| 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; }
Public Property ConnectionString As List(Of ConnectionString)
Get
Set
public:
property List<ConnectionString^>^ ConnectionString {
List<ConnectionString^>^ get ();
void set (List<ConnectionString^>^ value);
}
member ConnectionString : List<ConnectionString> with get, set
Property Value
Type:
ListConnectionStringRemarks 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