SqlEditor LocalMode Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether query execution should actually execute the query against the database or just load previously stored local results.

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

public bool LocalMode { get; set; }

Field Value

true if local mode is enabled; otherwise, false.
Remarks

This property may be set programmatically or by explicit user action pressing the Local mode button.
See Also