ActiveReports 13
Column Constructor

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace > Column Class : Column Constructor
The column name.
The column data type.
Whether the column is included to primary key.
Initializes a new instance of the Column class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal dataType As Type, _
   ByVal isPrimaryKey As Boolean _
)
public Column( 
   string name,
   Type dataType,
   bool isPrimaryKey
)

Parameters

name
The column name.
dataType
The column data type.
isPrimaryKey
Whether the column is included to primary key.
See Also

Reference

Column Class
Column Members