[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.-ctor

Table Constructor

Table(DbName, TableType, IEnumerable<Column>)

Initializes a new instance of the Table class.

Declaration
public Table(DbName name, TableType tableType, IEnumerable<Column> columns)
Parameters
Type Name Description
DbName name

The name of the table.

TableType tableType

The table type.

IEnumerable<Column> columns

The table colums collection.