The type of the data source.
This will determine the syntax of the ConnectionProperties.ConnectString and
Query.CommandText.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum DataProviderEnum |
| Visual Basic |
|---|
Public Enumeration DataProviderEnum |
Members
| Member name | Description | |
|---|---|---|
| SQL | Microsoft SQL Server. | |
| OLEDB | Microsoft OLE DB Provider. | |
| ODBC | Microsoft Open Database Connectivity Driver. | |
| Oracle | Oracle. | |
| XmlFile | The XML file specified as the datasource, in this case the ConnectString contains name of file. |