[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataColumn

DataColumn Struct

Represents a column in a DataTable.

Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation.Data
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public struct DataColumn
Remarks

The DataColumn class represents the data structure of a column in the result set.

Constructors

Name Description
DataColumn(string, string)

Initializes a new instance of the DataColumn structure with the specified name and data type.

Fields

Name Description
DataType

Gets the data type of the column.

Name

Gets the name of the column.