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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public string Provider { 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