[]
Represents a collection of DataSet objects in a C1DataSchema.
public class DataSetCollection : OwnedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
DataSetCollection(C1DataSchema) | Initializes a new instance of the DataSetCollection class. |
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. |
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. |