AutoComplete for ASP.NET Web Forms
DataProvider 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : DataProvider 列挙体
Specifies the type of the data source. Different data sources use different connection string and query command syntaxes.
シンタックス
'宣言
 
Public Enum DataProvider 
   Inherits System.Enum
public enum DataProvider : System.Enum 
メンバ
メンバ解説
AutoThe 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.
ExternalObjectSpecifies that connection string is the name of an assembly that contains objects which implement the IC1ReportExternalRecordset interface.
ODBCSpecifies an ODBC data source.
OLEDBSpecifies an OLE DB data source.
SqlServerCe3_5Specifies an SQL server compact edition version 3.5 data source.
SqlServerCe4_0Specifies an SQL server compact edition version 4.0 data source.
XmlFileSpecifies that connection string is the name of an XML file containing a DataSet object.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.DataProvider

参照

C1.C1Report 名前空間