new LiveView.AlertRule.DeleteRowsAction(settings)
        Action that will delete rows described by the query predicate in the specified table.
    
    
    
    
    
    
    
        
| Name | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| settings | Object | optional
                    
                    
                        
                    
                
                An object containing initial values for the new DeleteRowsAction instance. 
 | 
Extends
Members
- 
    enabledboolean
- 
    
    Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
- 
    queryPredicateString
- 
    
    The query predicate that will be used to select which rows to delete.
- 
    tableNameString
- 
    
    The name of the table from which rows should be removed.