[]
        
(Showing Draft Content)

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

Column Constructor

Column(string, Type, bool)

Initializes a new instance of the Column class.

Declaration
public Column(string name, Type dataType, bool isPrimaryKey)
Parameters
Type Name Description
string name

The column name.

Type dataType

The column data type.

bool isPrimaryKey

Whether the column is included to primary key.