DataRecordSetCollection

DataRecordSetCollection class

DataRecordSet collection.

Properties

NameTypeDescription
NextIdStringNextID
ActiveRecordsetIdStringActiveRecordsetID
Countint
Item (int)DataRecordSet

Methods

NameDescription
addAdd the dataRecordSet in the collection.
removeRemove the dataRecordSet from the collection.
clear
removeAt
iteratorReserved 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.

ParameterTypeDescription
dataRecordSetDataRecordSet

remove(dataRecordSet)

Remove the dataRecordSet from the collection.

ParameterTypeDescription
dataRecordSetDataRecordSet

clear()

removeAt(index)

iterator()

Reserved for internal use.