Creates an action to delete the rows in {0}. The action returns the number of rows deleted. To delete a subset of the rows ...

Creates an action to delete the rows in {0}. The action returns the number of rows deleted.

To delete a subset of the rows in {0}, use Table.SelectRows to apply a filter to {0} before using TableAction.DeleteRows.

The function raises an evaluation error if {0} is not updatable.

The action raises an execution error if the operation fails.

NOTE: {0} may be left in a partially updated state if an execution error occurs.