PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetField Class / DataSetField Constructor / DataSetField Constructor(String)
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.

In This Topic
    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 name As String _
    )
    public DataSetField( 
       string name
    )

    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