[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataProviderEnum

DataProviderEnum Enum

The type of the data source. This will determine the syntax of the ConnectionProperties.ConnectString and Query.CommandText.

Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
public enum DataProviderEnum

Fields

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.