WebCab Probability and Statistics for .NET v3.3 Demo

ADOMediator.OneSelect Method

Invokes method methodName once using values from running one SELECT statement.

Overload List

Invokes method methodName once using values from running one SELECT statement.

public object OneSelect(string,string);

Invokes method methodName once using values from running one SELECT statement and writes the result(s) back to the database running one INSERT/UPDATE statement.

public void OneSelect(string,string,string,object,bool);

See Also

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