dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCommand Class / Cancel Method

In This Topic
    Cancel Method (PgSqlCommand)
    In This Topic
    Attempts to cancel the execution of the PgSqlCommand.
    Syntax
    'Declaration
     
    Public Overrides Sub Cancel() 
    public override void Cancel()
    See Also