DataRecordSetCollection class

DataRecordSetCollection class

DataRecordSet collection.

Inheritance: DataRecordSetCollectionCollection

The DataRecordSetCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
next_idNextID
active_recordset_idActiveRecordsetID

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(data_record_set)Add the dataRecordSet in the collection.
remove(data_record_set)Remove the dataRecordSet from the collection.

See Also