HostIntegratorSession.SelectRecordByIndex Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.SelectRecordByIndex Method 

Performs its selection operation on a record in the current recordset. The record to select is determined by the specified index number.

[Visual Basic]Public Function SelectRecordByIndex( _
   ByVal index As Integer _
) As Boolean
[C#]
public bool SelectRecordByIndex(
   int index
);

Parameters

index
Specifies the index of the record to select.

Return Value

This method returns True if the selection succeeds, or False if no record can be selected.

Remarks

Performs its selection operation on a record in the current recordset. The record to select is determined by the specified index number.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace