SqlEditor DbConnectionName Property CleanCode C# Libraries v1.2.03 API
Gets or sets the name of the database connection.

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

public string DbConnectionName { get; set; }

Field Value

The name of the DB connection.
Remarks

The user has a dropdown that presents a user-defined list of database connections. This property returns the name of the currently selected connection. See DbConnection to get the details of the connection rather than just the name.
See Also