Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attempts to cancel the execution of a SqlCeCommand.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Sub Cancel
'Usage
Dim instance As SqlCeCommand
instance.Cancel()
public override void Cancel()
public:
virtual void Cancel() override
abstract Cancel : unit -> unit
override Cancel : unit -> unit
public override function Cancel()
Implements
Remarks
Cancel always throws an unsupported exception in SQL Server Compact.