Verastream Host Integrator .Net Reference

HostIntegratorSession.GetRecordSetLocations Method (IList)

Gets the locations for the specified recordsets in the current entity.

[Visual Basic]
Overloads Public Function GetRecordSetLocations( _
   ByVal recordSetNames As IList _
) As IList
[C#]
public IList GetRecordSetLocations(
   IList recordSetNames
);

Parameters

recordSetNames
Specifies the names of the recordsets for which locations are to be returned.

Return Value

This version of the GetRecordSetLocations method (with a recordSetNames parameter) returns locations for the specified recordsets in the current entity.

Remarks

Gets the locations for the specified recordsets 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 | HostIntegratorSession.GetRecordSetLocations Overload List