Performs a procedure on a table defined in the model.
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);
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace