DataRecordSetCollection
DataRecordSetCollection class
DataRecordSet collection.
Properties
| Name | Type | Description |
|---|---|---|
| NextId | String | NextID |
| ActiveRecordsetId | String | ActiveRecordsetID |
| Count | int | |
| Item (int) | DataRecordSet |
Methods
| Name | Description |
|---|---|
| add | Add the dataRecordSet in the collection. |
| remove | Remove the dataRecordSet from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
DataRecordSetCollection.NextId property
NextID
Type: String
DataRecordSetCollection.ActiveRecordsetId property
ActiveRecordsetID
Type: String
DataRecordSetCollection.Count property
Type: int
DataRecordSetCollection.Item (int) property
Type: DataRecordSet
add(dataRecordSet)
Add the dataRecordSet in the collection.
| Parameter | Type | Description |
|---|---|---|
| dataRecordSet | DataRecordSet |
remove(dataRecordSet)
Remove the dataRecordSet from the collection.
| Parameter | Type | Description |
|---|---|---|
| dataRecordSet | DataRecordSet |
clear()
removeAt(index)
iterator()
Reserved for internal use.