Click or drag to resize

PostgreSQLConfigurationProviderOptions Property

Get the options for connecting

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

Property Value

Type: IDictionaryString, ConfigurationOptionType

Implements

IDataConfigurationProviderOptions
See Also