SqlTable<TEntity>.RemoveRange Method (TEntity[])

Executes DELETE commands for the specified entities.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public void RemoveRange(
	params TEntity[] entities
)

Parameters

entities

Type: TEntity[]
The entities whose DELETE commands are to be executed.

See Also

Reference

SqlTable<TEntity> Class
DbExtensions Namespace

© Max Toro Q.