SqlTable.UpdateRange Method (IEnumerable<Object>)

Executes UPDATE commands for the specified entities.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public void UpdateRange(
	IEnumerable<Object> entities
)

Parameters

entities

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

See Also

Reference

SqlTable Class
DbExtensions Namespace

© Max Toro Q.