|
DatabaseNotifierDatabaseCommand Property
|
Gets or sets the command used for database operation, e.g., a stored procedure name or SQL expression like "INSERT".
Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax function get_DatabaseCommand();
function set_DatabaseCommand(value);
View SourceProperty Value
StringSee Also