| 
            
              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.258-beta
Syntaxfunction get_DatabaseCommand();
function set_DatabaseCommand(value);
 View SourceProperty Value
String
See Also