|
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: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.205-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
Set
public:
[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, set
function get_DatabaseCommandParameters();
function set_DatabaseCommandParameters(value);
View SourceProperty Value
StringSee Also