Gets the column names for a table in the Host Integrator model.
[Visual Basic]
Public Function GetTableColumns( _
ByVal tableName As String _
) As IList
This method returns the column names for the specified table.
Gets the column names for a table in the Host Integrator model.
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorModelDefException | Thrown if a reference is made to a nonexistent table |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace