SqlEditor CsvPath Property CleanCode C# Libraries v1.2.03 API
Gets or sets the path where result sets are stored to or loaded from, in CSV format.

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

public string CsvPath { get; set; }

Field Value

The CSV path.
See Also