HostIntegratorSession.GetTableProcedures Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetTableProcedures Method 

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

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

See Also

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