SqlTable.RemoveRange(Object[]) Method

Executes DELETE commands for the specified entities.

Namespace: DbExtensions
Assembly: DbExtensions.dll

Overloads

  Name Description
Public method RemoveRange(IEnumerable<Object>) Executes DELETE commands for the specified entities.
Public method RemoveRange(Object[]) Executes DELETE commands for the specified entities.

Syntax

public void RemoveRange(
	params Object[] entities
)

Parameters

entities  Object[]

The entities whose DELETE commands are to be executed.

See Also

Reference

SqlTable Class
DbExtensions Namespace

© Max Toro Q.