| 
            
              DatabaseNotifierDatabaseCommandParameters Property
             | 
          
        
        
            Gets or sets the parameters for the command that includes any desired value substitutions used for database operation. Available substitutions: all variable names in braces, e.g., {x}, plus {Acronym} and {Timestamp}.
            
        
        Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute("1,1,'FL_PMU_{Acronym}_HEARTBEAT','','{Acronym} adapter heartbeat at {Timestamp} UTC',''")]
public string DatabaseCommandParameters { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute("1,1,'FL_PMU_{Acronym}_HEARTBEAT','','{Acronym} adapter heartbeat at {Timestamp} UTC',''")>
Public Property DatabaseCommandParameters As String
	Get
	Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"1,1,'FL_PMU_{Acronym}_HEARTBEAT','','{Acronym} adapter heartbeat at {Timestamp} UTC',''")]
property String^ DatabaseCommandParameters {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("1,1,'FL_PMU_{Acronym}_HEARTBEAT','','{Acronym} adapter heartbeat at {Timestamp} UTC',''")>]
member DatabaseCommandParameters : string with get, setfunction get_DatabaseCommandParameters();
function set_DatabaseCommandParameters(value);
 View SourceProperty Value
String
See Also