Click or drag to resize
Grid Solutions Framework

DatabaseNotifierDatabaseCommandParameters Property

Gets or sets the parameters for the command that includes any desired value substitutions used for database operation. Available substitutions: {Acronym} and {Timestamp}.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("1,1,'FL_PMU_{Acronym}_HEARTBEAT','','{Acronym} adapter heartbeat at {Timestamp} UTC',''")]
public string DatabaseCommandParameters { get; set; }
View Source

Property Value

String
See Also