Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULFactory 类

 

ULFactory 成员

公共字段
成员名称 说明

Instance 字段

表示 ULFactory 类的单个实例。此字段为只读字段。

公共属性
成员名称 说明

CanCreateDataSourceEnumerator 属性

返回 false 表示 UltraLite.NET 不支持 DbDataSourceEnumerator。

公共方法
成员名称 说明

CreateCommand 方法

返回强类型的 System.Data.Common.DbCommand 实例。

CreateCommandBuilder 方法

返回强类型的 System.Data.Common.DbCommandBuilder 实例。

CreateConnection 方法

返回强类型的 System.Data.Common.DbConnection 实例。

CreateConnectionStringBuilder 方法

返回强类型的 System.Data.Common.DbConnectionStringBuilder 实例。

CreateDataAdapter 方法

返回强类型的 System.Data.Common.DbDataAdapter 实例。

[external link] CreateDataSourceEnumerator(继承自 DbProviderFactory)

返回提供程序的类的新实例,此实例实现 [external link] DbDataSourceEnumerator

CreateParameter 方法

返回强类型的 System.Data.Common.DbParameter 实例。

[external link] CreatePermission(继承自 DbProviderFactory)

返回提供程序的类的新实例,此实例实现提供程序版本的 [external link] CodeAccessPermission

另请参见