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

Executes DELETE commands for the specified entities.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public void RemoveRange(
	IEnumerable<TEntity> entities
)

Parameters

entities

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

See Also

Reference

SqlTable<TEntity> Class
DbExtensions Namespace

© Max Toro Q.