Click or drag to resize

IndependentInputAdapterManagerBaseDatabaseConnectionString Property

Gets or sets the connection string used for database operations. Leave blank to use local configuration database defined in "systemSettings".

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("")]
public virtual string DatabaseConnectionString { get; set; }
View Source

Property Value

String

Implements

IIndependentAdapterManagerDatabaseConnectionString
See Also