HostIntegratorSession.GetTableColumns Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetTableColumns Method 

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

[Visual Basic]Public Function GetTableColumns( _
   ByVal tableName As String _
) As IList
[C#]
public 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.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace