DataRecordSetCollection class
DataRecordSetCollection class
DataRecordSet collection.
Inheritance: DataRecordSetCollection → Collection
The DataRecordSetCollection type exposes the following members:
Properties
Property | Description |
---|---|
count | Gets the number of elements actually contained in the collection. |
next_id | NextID |
active_recordset_id | ActiveRecordsetID |
Gets the element at the specified index.
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
is_exist(index) | Is exist item in the collection. |
clear() | Removes all elements from collection. |
add(data_record_set) | Add the dataRecordSet in the collection. |
remove(data_record_set) | Remove the dataRecordSet from the collection. |
See Also
- module aspose.diagram
- class Collection