Mimer SQL Data Provider
Cancel Method




Mimer.Data.Client Namespace > MimerCommand Class : Cancel Method
Attempts to cancel the execution of a MimerCommand.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Cancel() 
public override void Cancel()
public procedure Cancel(); override; 
public override function Cancel();
public: void Cancel(); override 
Exceptions
ExceptionDescription
Dispose has been called for the MimerCommand
  • No connection has been set on the MimerCommand
  • The connection is not open
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members