HostIntegratorSession.SetCurrentRecordIndex Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.SetCurrentRecordIndex Method 

Sets the current record in the current recordset, using the record's index number.

[Visual Basic]Public Sub SetCurrentRecordIndex( _
   ByVal index As Integer _
)
[C#]
public void SetCurrentRecordIndex(
   int index
);

Parameters

index
Specifies the index of the record to make current.

Remarks

Use -1 as the index to force the host's current record to match Verastream's current record. This is only appropriate if you intend to bypass the model to interact directly with the host (for example, by sending a terminal key).

See Also

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