HostIntegratorSession.SetCurrentRecordSetByName Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.SetCurrentRecordSetByName Method 

Sets the current recordset, by name.

[Visual Basic]Public Sub SetCurrentRecordSetByName( _
   ByVal recordSetName As String _
)
[C#]
public void SetCurrentRecordSetByName(
   string recordSetName
);

Parameters

recordSetName
Specifies the name of a recordset in the current entity.

Remarks

This method is only relevant if there is more than one recordset in the current entity.

See Also

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