HostIntegratorSession.PerformTableProcedure Method (String, String, IDictionary)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.PerformTableProcedure Method (String, String, IDictionary)

Performs a procedure on a table defined in the model.

[Visual Basic]Overloads Public Sub PerformTableProcedure( _
   ByVal tableName As String, _
   ByVal procedureName As String, _
   ByVal inputValues As IDictionary _
)
[C#]
public void PerformTableProcedure(
   string tableName,
   string procedureName,
   IDictionary inputValues
);

Parameters

tableName
Specifies the name of the table on which to perform the procedure.
procedureName
Specifies the name of the table procedure to perform.
inputValues
Specifies a set of column name-value pairs to input.

Remarks

Performs an INSERT procedure on a table defined in the model.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.PerformTableProcedure Overload List