Click or drag to resize

ConfigurationConnectionString Property

Database connection configuration from App.config file

Namespace:  Velo.Data.Database
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static string ConnectionString { get; }

Property Value

Type: String
Remarks
Read from application "app.config" to start and section "ConnectionStrings" entry name "Velo"
See Also