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 类

 

CreateCommand 方法

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

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

一个类型为 DbCommand 的新 ULCommand 实例。

另请参见