Property Getters/Setters Summary | ||
---|---|---|
function | getActiveRecordsetId() | |
function | setActiveRecordsetId(value) | |
ActiveRecordsetID | ||
function | getCount() | |
Gets the number of elements actually contained in the collection. | ||
function | getNextId() | |
function | setNextId(value) | |
NextID | ||
function | get(index) | |
Gets the element at the specified index. |
Method Summary | ||
---|---|---|
function | add(dataRecordSet) | |
Add the dataRecordSet in the collection. | ||
function | clear() | → inherited from Collection |
Removes all elements from collection. | ||
function | isExist(index) | → inherited from Collection |
Is exist item in the collection. | ||
function | iterator() | → inherited from Collection |
Supports a simple iteration over a nongeneric collection. | ||
function | remove(dataRecordSet) | |
Remove the dataRecordSet from the collection. |
Property Getters/Setters Detail |
---|
getNextId/setNextId : String | |
function getNextId() / function setNextId(value) |
getActiveRecordsetId/setActiveRecordsetId : String | |
function getActiveRecordsetId() / function setActiveRecordsetId(value) |
getCount : Number | |
function getCount() |
get : DataRecordSet | |
function get(index) |
index
- Method Detail |
---|
add | |
function add(dataRecordSet) |
dataRecordSet: DataRecordSet
- remove | |
function remove(dataRecordSet) |
dataRecordSet: DataRecordSet
- iterator | |
function iterator() |
isExist | |
function isExist(index) |
index: Number
- index of element.clear | |
function clear() |