SnapDAL Library Documentation

MockProvider.TestParams Field

A key/value dictionary of test parameters. Used to pass parameters to queries when the original query being mocked might not have them, and to select specific test datasets based on parameters. The key is the name of a query, the value is a HybridDictionary of parameter name, parameter value.

public static IDictionary TestParams;

See Also

MockProvider Class | SnapDAL.Providers Namespace