SqlCeCommand.Cancel Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Attempts to cancel the execution of a SqlCeCommand.

  [Visual Basic]
  Public Overridable Sub Cancel() Implements IDbCommand.Cancel

  [C#]
  public virtual void Cancel();
[C++]
public: virtual void Cancel();
[JScript]
public function Cancel();

Implements

IDbCommand.Cancel

Remarks

Cancel always throws an unsupported exception in SQL Server CE.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeCommand Class | SqlCeCommand Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.