[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Column

Column Class

Defines a column.

Inheritance
Column
Namespace: GrapeCity.ActiveReports.Extensibility.Data.SchemaModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class Column

Constructors

Name Description
Column(string, Type, bool)

Initializes a new instance of the Column class.

Properties

Name Description
DataType

The column data type.

IsPrimaryKey

Whether the column is included to primary key.

Name

The column name.

Extension Methods