[]
Represents a collection of DataSource objects in a C1DataSchema (see DataSources).
public class DataSourceCollection : OwnedCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| DataSourceCollection(C1DataSchema) | Initializes a new instance of the DataSourceCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or sets the DataSource at the specified index. |
| Owner | Gets the C1DataSchema containing the current collection. |
| Name | Description |
|---|---|
| Add(DataSource) | Adds a DataSource to the current collection. |