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