WebCab Probability and Statistics for .NET v3.3 Demo

ADOMediator.SelectAndUpdate Method

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.

Overload List

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);

See Also

ADOMediator Class | WebCab.Libraries.Statistics.Correlation.ADO Namespace