An NDoc Documented Class Library

HostIntegratorSession.GetRecordSetMetaData Method 

Gets metadata for a recordset in the specified entity.

public virtual RecordSetMetaData GetRecordSetMetaData(
   string entityName,
   string recordSetName
);

Parameters

entityName
Specifies an entity in the Host Integrator model.
recordSetName
Specifies a recordset in the specified entity.

Return Value

This method returns metadata for the specified recordset.

Remarks

Gets metadata for a recordset in the specified entity.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent entity or recordset
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent recordset

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace