An NDoc Documented Class Library

HostIntegratorSession.MoveCurrentRecordIndex Method 

Moves the current record index to a new position in the current recordset.

public virtual void MoveCurrentRecordIndex(
   ScrollMovement movement
);

Parameters

movement
The value must be a member of the ScrollMovement enumeration.

Remarks

Moves the current record index to a new position in the current recordset.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorModelDefExceptionThrown if there is no current recordset
HostIntegratorModelDefExceptionThrown if the requested scroll operation is not defined on the current recordset
HostIntegratorTerminalExceptionThrown if the operation fails or is not permitted

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace