 | OrmConfigurationSectionProviders Property |
Gets or sets the list of providers
Namespace: SanteDB.OrmLite.ConfigurationAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic List<ProviderRegistrationConfiguration> Providers { get; set; }Public Property Providers As List(Of ProviderRegistrationConfiguration)
Get
Set
public:
property List<ProviderRegistrationConfiguration^>^ Providers {
List<ProviderRegistrationConfiguration^>^ get ();
void set (List<ProviderRegistrationConfiguration^>^ value);
}member Providers : List<ProviderRegistrationConfiguration> with get, set
Property Value
ListProviderRegistrationConfiguration
See Also