Performs calculations upon a data set and writes the results back to
the database, by using a SELECT
input query and a stored procedure
or an UPDATE/INSERT
command.
Performs calculations upon a data set and writes the results back to
the database, by using a SELECT
input query and a stored procedure
or an UPDATE/INSERT
command.
public void SelectAndUpdate(string,string,string,object,bool);
Performs calculations upon a data set and writes the results back to
the database, by using a SELECT
input query, a stored procedure
or an UPDATE/INSERT
command and an input columns-output parameters
mapping table.
public void SelectAndUpdate(string,string,string,object,object[][],bool);
ADOMediator Class | WebCab.Libraries.Finance.Portfolio.ADO Namespace