Click or drag to resize
Grid Solutions Framework

DatabaseNotifierDatabaseCommand Property

Gets or sets the command used for database operation, e.g., a stored procedure name or SQL expression like "INSERT".

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("sp_LogSsamEvent")]
public string DatabaseCommand { get; set; }
View Source

Property Value

String
See Also