Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / DataSetFieldCollection Class / Add Method
The DataSetField object to add.

In This Topic
    Add Method (DataSetFieldCollection)
    In This Topic
    Adds a DataSetField object to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal field As DataSetField _
    ) As Integer
    public int Add( 
       DataSetField field
    )

    Parameters

    field
    The DataSetField object to add.

    Return Value

    The index of the added object in the current collection.
    See Also