PerformTableProcedure Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.PerformTableProcedure Method

Performs a procedure on a table defined in the model.

Overload List

Performs a SELECT or a DELETE procedure on a table defined in the model.

public DataSet PerformTableProcedure(string,string,IDictionary,bool);

Performs a SELECT procedure on a table defined in the model.

public DataSet PerformTableProcedure(string,string,IDictionary,bool,IList,int);

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

public void PerformTableProcedure(string,string,IDictionary,IDictionary,bool);

Performs a procedure on a table defined in the model.

public void PerformTableProcedure(string,string,IDictionary);

See Also

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