Click or drag to resize

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; }

Property Value

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