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 参考 » ULCommandBuilder 类 » ULCommandBuilder 构造函数

 

ULCommandBuilder(ULDataAdapter) 构造函数

用指定的 ULDataAdapter 对象初始化 ULCommandBuilder 对象。

语法
Visual Basic
Public Sub New( _
   ByVal adapter As ULDataAdapter _
)
C#
public  ULCommandBuilder(
   ULDataAdapter adapter
);
参数
  • adapter   ULDataAdapter 对象。

另请参见