Click or drag to resize

ConnectionStringName Property

Gets or sets the name of the connection string

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

Property Value

String
Remarks
The name of the connection string provides a friendly name which the rest of the SanteDB API components to reference this connection. Common connection string names can represent things like main for the main database, or audit for the audit database.

If you're using the ConfigurationTool to drive your configuration file, the name of the connection string will be a random, unique identifier.

See Also