Click or drag to resize

OrmConfigurationSectionProviders Property

Gets or sets the list of providers

Namespace:  SanteDB.OrmLite.Configuration
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public List<ProviderRegistrationConfiguration> Providers { get; set; }

Property Value

Type: ListProviderRegistrationConfiguration
See Also