SqlEditor CheckSavingQuery Method CleanCode C# Libraries v1.2.03 API
Checks whether the query needs to be saved prior to an operation that erases it or loads a different one.

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

public bool CheckSavingQuery()

Return Value

true if user chooses to cancel the operation; false otherwise.
See Also