[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetField.-ctor

DataSetField Constructor

DataSetField()

Initializes a new instance of the DataSetField class.

Declaration
public DataSetField()

DataSetField(string)

Initializes a new instance of the DataSetField class, assigning the Name of this field.

Declaration
public DataSetField(string name)
Parameters
Type Name Description
string name

A string assigned to the name used to identify this field. If the current field is added to a DataSetFieldCollection, this name must be unique within that collection.

DataSetField(string, string)

Initializes a new instance of the DataSetField class, assigning the Name and the associated DB field.

Declaration
public DataSetField(string name, string dataField)
Parameters
Type Name Description
string name

A string assigned to the name used to identify this field. If the current field is added to a DataSetFieldCollection, this name must be unique within that collection.

string dataField

The native DB name of this field.