GetRowID method

Given a row index, returns the row ID.

Syntax


C++

HRESULT GetRowID (
   LONG RowIndex,
   LONG* pRetVal)

Scripting languages

Value = Object.GetRowID (
   RowIndex as Long)

Parameters


RowIndex

The Index of a row.

ppRetVal

Upon return, contains the requested row ID.

Return value


C++

The return code.

Scripting languages

The row ID.

 

Home

Applies to

IERUDBQuery