WebCab Probability and Statistics for .NET v3.3 Demo

ADOMediator.setInputConnection Method 

Changes settings for the input connection.

public void setInputConnection(
   Type inputConnectionDriver,
   string inputConnectionString
);

Parameters

inputConnectionDriver
The run-time type of the driver used to invoke input queries.
inputConnectionString
The ConnectionString property of the input connection instance.

Remarks

If any of the two parameters is null, no changes are made to the current input connection.

See Also

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