MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / Table Class / Table Constructor
The name of the table.
The table type.
The table colums collection.

In This Topic
Table Constructor
In This Topic
Initializes a new instance of the Table class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As DbName, _
   ByVal tableType As TableType, _
   ByVal columns As IEnumerable(Of Column) _
)
 

Parameters

name
The name of the table.
tableType
The table type.
columns
The table colums collection.
See Also