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

 

ULCommand() 构造函数

初始化 ULCommand 对象。

语法
Visual Basic
Public Sub New()
C#
public  ULCommand();
注释

执行语句前需要先设置 ULCommand 对象的 ULCommand.CommandText、ULCommand.Connection 和 ULCommand.Transaction 属性。

另请参见