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.
'Declaration
Public Function New( _
ByVal name As System.String, _
ByVal dataField As System.String _
)
public DataSetField(
System.string name,
System.string dataField
)
Parameters
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.