DataSetField Constructor(String)
In This Topic
Initializes a new instance of the
DataSetField class, assigning the
C1.C1Preview.NamedCollectionItem.Name of this field.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public DataSetField(
string
)
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.
See Also