An NDoc Documented Class Library

HostIntegratorSession.GetTableColumns Method 

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

public virtual IList GetTableColumns(
   string tableName
);

Parameters

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

Return Value

This method returns the column names for the specified table.

Remarks

Gets the column 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