Gets or sets a value indicating whether a query
should be automatically executed when it is loaded.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public bool AutoExecuteMode { get; set; }
public bool AutoExecuteMode { get; set; }
Public Property AutoExecuteMode As Boolean
Get
Set
Public Property AutoExecuteMode As Boolean
Get
Set
public:
property bool AutoExecuteMode {
bool get ();
void set (bool value);
}
public:
property bool AutoExecuteMode {
bool get ();
void set (bool value);
}
Field Value
true if auto-execute mode is enabled; otherwise,
false.
This property may be set programmatically or by explicit user
action pressing the Auto-Execute button.