The fields of the MockProvider class are listed below. For a complete list of MockProvider class members, see the MockProvider Members topic.
![]() ![]() | The name of the currently executing test. Used for matching mock readers and data for statements |
![]() ![]() | 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. |
![]() | A holder class for the types of objects a provider can create |
![]() | Their default connection strings. |
![]() | The mapping of CLR/Types to DB types (enum values for each provider) |
![]() | The real providers |
![]() | Do we record the data as we get it? |
![]() | The StatmentmentManage who can cache and collect statements |
MockProvider Class | SnapDAL.Providers Namespace