new DeleteRowsAction(settingsopt)
    Action that will delete rows described by the query predicate in the specified table.
    Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings | 
            
            Object | 
                
                    <optional> | 
            
            
            An object containing initial values for the new DeleteRowsAction instance.
                Properties
  | 
        
Extends
Members
enabled :boolean
- Inherited From:
 
    Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
    Type:
- boolean
 
queryPredicate :String
    The query predicate that will be used to select which rows to delete.
    Type:
- String
 
tableName :String
    The name of the table from which rows should be removed.
    Type:
- String