HostIntegratorSession.GetEntityRecordSets Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetEntityRecordSets Method 

Gets the names of the recordsets in the specified entity.

[Visual Basic]Public Function GetEntityRecordSets( _
   ByVal entityName As String _
) As IList
[C#]
public IList GetEntityRecordSets(
   string entityName
);

Parameters

entityName
Specifies an entity in the current Host Integrator model.

Return Value

This method returns the names of the recordsets in the specified entity.

Remarks

Reasons for failure include:

  • Server session not established.
  • Invalid entity name.

See Also

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