[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSetCollection

DataSetCollection Class

Represents a collection of DataSet objects in a C1DataSchema.

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

Constructors

Name Description
DataSetCollection(C1DataSchema)

Initializes a new instance of the DataSetCollection class.

Properties

Name Description
this[int]

Gets or sets the DataSet at the specified index.

this[string]

Gets the DataSet with the specified name.

Owner

Gets the C1DataSchema containing the current data set collection.

Methods

Name Description
Add(DataSet)

Adds a DataSet object to the current collection.

FindByName(string)

Searches for an dataset with the specified name in the current collection.

IndexByName(string)

Finds the index of the object with the specified name in the collection.