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 类

 

CreateConnection 方法

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

语法
Visual Basic
Public Overrides Function CreateConnection() As DbConnection
C#
public override DbConnection CreateConnection();
返回值

一个类型为 DbConnection 的新 ULConnection 实例。

另请参见