Click or drag to resize

DataConfigurationSectionConnectionString Property

Gets or sets the collection of connection strings defined in the SanteDB CDR

Namespace: SanteDB.Core.Configuration.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public List<ConnectionString> ConnectionString { get; set; }

Property Value

ListConnectionString
Remarks
Connection strings are comprised of three parts: a name, which identifies the connection string (example: production, main, etc.); the value which defines the connection parameters (example: server address, user password, etc.); and, the provider (example: PostgreSQL, Firebird, etc.)
See Also