Click or drag to resize
Grid Solutions Framework

DeviceAlarmStateAdapterExternalDatabaseProviderString Property

Gets or sets the external database provider string used for synchronization of alarm states.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("AssemblyName={System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}; ConnectionType=System.Data.SqlClient.SqlConnection; AdapterType=System.Data.SqlClient.SqlDataAdapter")]
public string ExternalDatabaseProviderString { get; set; }
View Source

Property Value

String
See Also