An NDoc Documented Class Library

HostIntegratorSession.GetTableProcedures Method 

Gets the procedure names for a table in the Host Integrator model.

public virtual IList GetTableProcedures(
   string tableName
);

Parameters

tableName
Specifies the name of a table in the Host Integrator model.

Return Value

This method returns the procedure names for a table in the Host Integrator model.

Remarks

Gets the procedure names for a table in the Host Integrator model.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent table

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace