[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetFieldCollection.Add

Add Method

Add(DataSetField)

Adds a DataSetField object to the current collection.

Declaration
public int Add(DataSetField field)
Public Function Add(field As DataSetField) As Integer
Parameters
Type Name Description
DataSetField field

The DataSetField object to add.

Returns
Type Description
int

The index of the added object in the current collection.