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 类

 

CreateCommandBuilder 方法

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

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

一个类型为 DbCommandBuilder 的新 ULCommandBuilder 实例。

另请参见