| ConnectionStringProvider Property |
Gets or sets the provider invariant
Namespace:
SanteDB.Core.Configuration.Data
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public 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
Type:
StringRemarks
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