[]
        
(Showing Draft Content)

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

MssqlSchemaProvider.ColumnData Struct

Represents the schema data for the column.

Namespace: GrapeCity.ActiveReports.ReportsCore.Data.DataProviders
Assembly: MESCIUS.ActiveReports.dll
Syntax
protected struct MssqlSchemaProvider.ColumnData

Constructors

Name Description
ColumnData(string, Type, Constraint)

Initializes a new instance of the MssqlSchemaProvider.ColumnData struct.

Fields

Name Description
Constraints

Gets the constraints applied to the column.

DataType

Gets the CLR data type of the column.

Name

Gets the name of the column.

Extension Methods