 | ConnectionStringProvider Property |
Gets or sets the provider invariant
Namespace: SanteDB.Core.Configuration.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic string Provider { get; set; }Public Property Provider As String
Get
Set
public:
property String^ Provider {
String^ get ();
void set (String^ value);
}member Provider : string with get, set
Property Value
String
Remarks
The provider invariant is the unique identifier for the database ORM provider. The ORM layer uses this information to construct an appropriate client
to connect and interact with the database. The provider name is registered in the ORM configuration section , and provides a more friendly manner of accessing
the provider registration
See Also