WebCab Probability and Statistics for .NET v3.3 Demo

ADOMediator.setOutputConnection Method 

Changes settings for the output connection.

public void setOutputConnection(
   Type outputConnectionDriver,
   string outputConnectionString
);

Parameters

outputConnectionDriver
The run-time type of the driver used to invoke output queries.
outputConnectionString
The ConnectionString property of the output connection instance.

Remarks

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

See Also

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