Represents a collection of dataset elements.
GetDataSetByName | Returns the element, given the name |
GetRow | Returns the specified row. |
ToArray | Returns the entire dataset collection in row format. |
Count | Returns a number of elements in collection. |
ElementNames | Returns the element names. |
Item | Given an index, returns an element in the collection. |
RowCount | Returns the number of rows in the dataset collection. |
Extract data from IAgDrDataSetCollection (generic)
| [C#] | Copy Code | |
|---|---|---|
| ||
Extract data from IAgDrDataSetCollection across multiple intervals.
| [C#] | Copy Code | |
|---|---|---|
| ||
Extract data from IAgDrDataSetCollection (generic)
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
Extract data from IAgDrDataSetCollection across multiple intervals.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||


