Click or drag to resize

PostgreSQLConfigurationProvider.Options 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: IDictionary<String, ConfigurationOptionType>

Implements

IDataConfigurationProvider.Options
See Also