RDTA.PickDP.Connector.connRecordset Class

Creates a record set. A record set is a collection of connRecord Objects that are traversed via a cursor.

Public Constructors

New

Constructor. For internal use only.

Public Methods

dispose

Releases resources used by the connRecordset class.

getColumnDefinitions

Gets the column definitions for all the columns defined in the query ColumnNames parameter in the same order in which they are defined in the ColumnNames parameter of the constructor.

GetEnumerator

 

getFields

Gets the metadata and primary key (@ID) for each column specified in the query.

getRecord

Gets a connRecord Object that contains the data of the current record.

getRecordCount

Gets the number of records in the record set.

getTable

Gets a connTable Object.

MemberwiseClone

Returns a copy of the current instance.

moveBack

Moves the cursor back one record.

moveFirst

Moves the cursor to the first record of the record set.

moveLast

Moves the cursor to the last record of the record set.

moveNext

Moves the cursor to the next record.

ToString

Returns a string that represents the current instance.

Examples

connRecordset