SqlEditor CheckRestoreQuery Method CleanCode C# Libraries v1.2.03 API
Confirms whether to restore the query to the last saved version, losing any chances from the interim.

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

public bool CheckRestoreQuery()

Return Value

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