[]
Initializes a new instance of the DataSetField class.
public DataSetField()
Initializes a new instance of the DataSetField class, assigning the Name of this field.
public DataSetField(string name)
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. |
Initializes a new instance of the DataSetField class, assigning the Name and the associated DB field.
public DataSetField(string name, string dataField)
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. |