Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapterExternalDatabaseCommand Property

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

Namespace:  GrafanaAdapters
Assembly:  GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("sp_LogSsamEvent")]
public string ExternalDatabaseCommand { get; set; }
Request Example View Source

Property Value

Type: String
See Also