An Enum of built in provider types
| Member Name | Description |
|---|---|
| SqlClient | SqlClient provider for Sql Server |
| OLEDB | OleDb provider type |
| Mock | DotNetMock provider type for use with NUnit automated testing |
| Recording | Passthrough composite. Note For testing only. |
| Delegate | A delegate passes a execute request to a provider based on the statement and connection |
| Other | All other provider types, requires matching entry in DataFactory.config |
Namespace: SnapDAL
Assembly: SnapDAL (in SnapDAL.dll)