[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetFieldCollection

DataSetFieldCollection Class

Represents a collection of DataSetField objects. All fields in the collection must have unique non-empty names.

Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
public class DataSetFieldCollection : NamedCollection, IList, ICollection, IEnumerable

Constructors

Name Description
DataSetFieldCollection(DataSet)

Initializes a new instance of the DataSetFieldCollection class.

Properties

Name Description
this[int]

Gets the element at the specified index.

this[string]

Gets the field with the specified name.

Owner

Gets the DataSet object containing the current collection.

Methods

Name Description
Add(DataSetField)

Adds a DataSetField object to the current collection.