dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommand Class / Cancel Method

In This Topic
    Cancel Method (SQLiteCommand)
    In This Topic
    Stops execution of SQLiteCommand methods.
    Syntax
    'Declaration
     
    Public Overrides Sub Cancel() 
    public override void Cancel()
    See Also