ActiveReports 13
Table Constructor

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace > Table Class : Table Constructor
The name of the table.
The table type.
The table colums collection.
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) _
)
public Table( 
   DbName name,
   TableType tableType,
   IEnumerable<Column> columns
)

Parameters

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

Reference

Table Class
Table Members