SqlTable<TEntity>.UpdateRange Method (IEnumerable<TEntity>)

Executes UPDATE commands for the specified entities.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public void UpdateRange(
	IEnumerable<TEntity> entities
)

Parameters

entities

Type: System.Collections.Generic.IEnumerable<TEntity>
The entities whose UPDATE commands are to be executed.

See Also

Reference

SqlTable<TEntity> Class
DbExtensions Namespace

© Max Toro Q.