SqlEditor StaleQuery Property CleanCode C# Libraries v1.2.03 API
Gets a value indicating whether a query file has been loaded but not yet executed, and a previous query execution is still showing in the result grid. Note that this does not gauge whether the query has been edited; it reports only a "large scale" difference based on file loads and query executes.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool StaleQuery { get; }

Field Value

true if the query is stale; otherwise, false.
See Also