Removes specific entities from the managed collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
public void RemoveRange(
	IEnumerable<Entity> entities
)
Visual Basic (Declaration)
Public Sub RemoveRange ( _
	entities As IEnumerable(Of Entity) _
)

Parameters

entities
Type: System.Collections.Generic..::.IEnumerable<(Of <(Entity>)>)
The entities to remove from the collection.

See Also