IDbCommand::Cancel Method ()
.NET Framework (current version)
Attempts to cancels the execution of an IDbCommand.
Assembly: System.Data (in System.Data.dll)
If there is nothing to cancel, nothing happens. However, if there is a command in process, and the attempt to cancel fails, no exception is generated.
.NET Framework
Available since 1.1
Available since 1.1
Show: