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 类

 

Cancel 方法

UltraLite.NET 不支持此方法。

语法
Visual Basic
Public Overrides Sub Cancel()
C#
public override void Cancel();
注释

此方法不执行任何操作。UltraLite.NET 命令在执行时不能被中断。

另请参见