SqlTable.RemoveRange(Object[]) Method
Executes DELETE commands for the specified entities.
Namespace: DbExtensions
Assembly: DbExtensions.dll
Overloads
| Name | Description |
|---|---|
| RemoveRange(IEnumerable<Object>) | Executes DELETE commands for the specified entities. |
| RemoveRange(Object[]) | Executes DELETE commands for the specified entities. |
Syntax
public void RemoveRange(
params Object[] entities
)
Parameters
entities Object[]
The entities whose DELETE commands are to be executed.