Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Cancels the execution of an SACommand object.
Public Overrides Sub Cancel()
public override void Cancel()
If there is nothing to cancel, nothing happens. If there is a command in process, a "Statement interrupted by user" exception is thrown.