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

Property Value

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