Adds a DataSetField object to the current collection.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public int Add( DataSetField field ) |
Visual Basic |
---|
Public Function Add ( _ field As DataSetField _ ) As Integer |
Parameters
- field
- Type: C1.C1Preview.DataBinding..::..DataSetField
The DataSetField object to add.