QuerySelectorForm RevealQuery Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to reveal the query, i.e. to display it in the editor input pane.

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

public bool RevealQuery { get; set; }

Field Value

true if to reveal the query; otherwise, false.
See Also