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: 2.2.1
Syntax
public List<ConnectionString> ConnectionString { get; set; }

Property Value

Type: 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