SqlTable.RemoveRange Method (IEnumerable<Object>)

Executes DELETE commands for the specified entities.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public void RemoveRange(
	IEnumerable<Object> entities
)

Parameters

entities

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

See Also

Reference

SqlTable Class
DbExtensions Namespace

© Max Toro Q.