Name | Description | |
---|---|---|
NRecordset Constructor | Overloaded. |
The following tables list the members exposed by NRecordset.
Name | Description | |
---|---|---|
NRecordset Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the count of items in this set. | |
Item | Gets the item at the specified index. |
Name | Description | |
---|---|---|
Contains | Returns true if this list contains the specified item. | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
GetIterator | Gets an iterator that iterates throw the items in forward order. | |
GetReverseIterator | Gets an iterator that iterates through the items in a reverse order. | |
IndexOf | Gets the index at which the item appears in the set for the first time. Returns -1 if the item does not appear in the set. | |
ToArray | Converts this set to an array. |