dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlCommand Class / Cancel Method

In This Topic
Cancel Method (SqlCommand)
In This Topic
Tries to cancel the execution of a SqlCommand.
Syntax
'Declaration
 
Public Overrides Sub Cancel() 
 
Remarks
The Cancel method cannot be used to cancel a pending asynchronous operation.
See Also