HostIntegratorSession.GetTableDescription Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetTableDescription Method 

Gets the description for a table in the Host Integrator model.

[Visual Basic]Public Function GetTableDescription( _
   ByVal tableName As String _
) As String
[C#]
public string GetTableDescription(
   string tableName
);

Parameters

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

Return Value

This method returns the name of a table in the Host Integrator model.

Remarks

Gets the description for a table in the Host Integrator model.

See Also

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