Click or drag to resize

AdoNetConfigurationProviderOptions Property

Gets the options

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public abstract IDictionary<string, ConfigurationOptionType> Options { get; }

Property Value

Type: IDictionaryString, ConfigurationOptionType

Implements

IDataConfigurationProviderOptions
See Also