Npgsql Api Docs

NpgsqlCommand.Cancel Method 

Attempts to cancel the execution of a NpgsqlCommand.

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

Implements

IDbCommand.Cancel

Remarks

This Method isn't implemented yet.

See Also

NpgsqlCommand Class | Npgsql Namespace