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