 | ConnectionStringName Property |
Gets or sets the name of the connection string
Namespace: SanteDB.Core.Configuration.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic string Name { get; set; }Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}member Name : string with get, set
Property Value
String
RemarksThe 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