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.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent recordset

See Also

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