[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.Table.-ctor

Table Constructor

Table(DbName, TableType, IEnumerable<Column>)

Initializes a new instance of the Table class with the specified name, type and columns.

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

A DbName object representing the name and schema of the table.

TableType tableType

A TableType value representing the type of the table.

IEnumerable<Column> columns

A collection of the Column representing the columns of the table.

Exceptions
Type Condition
ArgumentNullException

Thrown if name or columns is null.