Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand.Cancel Method 

Try to cancel command execution.

[Visual Basic]
NotOverridable Public Sub Cancel() _
    Implements IDbCommand.Cancel
[C#]
public void Cancel();

Implements

IDbCommand.Cancel

Remarks

Not currently supported.

Exceptions

Exception Type Condition
NotSupportedException Always.

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace