SqlEditor AutoExecuteMode Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether a query should be automatically executed when it is loaded.

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

public bool AutoExecuteMode { get; set; }

Field Value

true if auto-execute mode is enabled; otherwise, false.
Remarks

This property may be set programmatically or by explicit user action pressing the Auto-Execute button.
See Also