[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataColumn.-ctor

DataColumn Constructor

DataColumn(string, string)

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

Declaration
public DataColumn(string name, string dataType)
Parameters
Type Name Description
string name

A string value indicating the name of the data column.

string dataType

A string value indicating the data type of the data column.

Examples
var column = new DataColumn("Id", "int");