[]
The type of the data source. This will determine the syntax of the ConnectionProperties.ConnectString and Query.CommandText.
public enum DataProviderEnum
| Name | Description |
|---|---|
| ODBC | Microsoft Open Database Connectivity Driver. |
| OLEDB | Microsoft OLE DB Provider. |
| Oracle | Oracle. |
| SQL | Microsoft SQL Server. |
| SqlServerCe3_5 | Microsoft SQL Server Compact Edition driver version 3.5. |
| SqlServerCe4_0 | Microsoft SQL Server Compact Edition driver version 4.0. |
| XmlFile | The XML file specified as the datasource, in this case the ConnectString contains name of file. |