| Property Getters/Setters Summary | ||
|---|---|---|
method | getActiveRecordsetId() | |
method | setActiveRecordsetId(value) | |
| ActiveRecordsetID | ||
method | getCount() | |
method | getNextId() | |
method | setNextId(value) | |
| NextID | ||
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(dataRecordSet) | |
Add the dataRecordSet in the collection.
|
||
method | clear() | |
method | iterator() | |
Reserved for internal use. |
||
method | remove(dataRecordSet) | |
Remove the dataRecordSet from the collection.
|
||
method | removeAt(index) | |
String getNextId() / setNextId(value)
String getActiveRecordsetId() / setActiveRecordsetId(value)
int getCount()
DataRecordSet get(index)
int add(dataRecordSet)
dataRecordSet: DataRecordSet - remove(dataRecordSet)
dataRecordSet: DataRecordSet - clear()
removeAt(index)
Iterator iterator()