SqlEditor SqlPath Property CleanCode C# Libraries v1.2.03 API
Gets or sets the path where query files are stored to or loaded from, in SQL format.

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

public string SqlPath { get; set; }

Field Value

The SQL path.
See Also