mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
Update row count as updates are received (#6642)
This commit is contained in:
committed by
Karl Burtram
parent
f48b9e1b41
commit
b5fdf8c2a7
@@ -68,6 +68,7 @@ export interface IQueryModelService {
|
||||
showCommitError(error: string): void;
|
||||
|
||||
onRunQueryStart: Event<string>;
|
||||
onRunQueryUpdate: Event<string>;
|
||||
onRunQueryComplete: Event<string>;
|
||||
onQueryEvent: Event<IQueryEvent>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user