class
DataRecordSetCollection
Source: aspose.
DataRecordSet collection.
Methods
add(dataRecordSet) → Number
Add the dataRecordSet in the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
dataRecordSet |
|
- Returns
-
Number
clear()
Removes all elements from collection.
get(index) → DataRecordSet
Gets the element at the specified index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
- Returns
getActiveRecordsetId()
ActiveRecordsetID
getCount()
Gets the number of elements actually contained in the collection.
getNextId()
NextID
isExist(index) → boolean
Is exist item in the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
index of element. |
- Returns
-
boolean
iterator() → Iterator
Supports a simple iteration over a nongeneric collection.
- Returns
-
Iterator
remove(dataRecordSet)
Remove the dataRecordSet from the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
dataRecordSet |
|
setActiveRecordsetId()
ActiveRecordsetID
setNextId()
NextID