[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.MssqlSchemaProvider.ColumnData.-ctor

ColumnData Constructor

ColumnData(string, Type, Constraint)

Initializes a new instance of the MssqlSchemaProvider.ColumnData struct.

Declaration
public ColumnData(string name, Type dataType, MssqlSchemaProvider.ColumnData.Constraint constraints)
Parameters
Type Name Description
string name

The name of the column.

Type dataType

The CLR data type of the column.

MssqlSchemaProvider.ColumnData.Constraint constraints

The constraints applied to the column.