[]
Specifies the type of the data source. Different data sources use different connection string and query command syntaxes.
public enum DataProvider
Name | Description |
---|---|
Auto | The data source type is automatically determined base on connection string. Using this value is not recommended as connecting to the data source may be very slow. |
DbProviderFactory | Specifies to use DbProviderFactory data source. |
ExternalObject | Specifies that connection string is the name of an assembly that contains objects which implement the IC1FlexReportExternalRecordset interface. |
ODBC | Specifies an ODBC data source. |
OLEDB | Specifies an OLE DB data source. |
SQLite | Specifies an SQLite data source. |
SqlServerCe3_5 | Specifies an SQL server compact edition version 3.5 data source. |
SqlServerCe4_0 | Specifies an SQL server compact edition version 4.0 data source. |
XmlFile | Specifies that connection string is the name of an XML file containing a DataSet object. |