Removes a specific entity from the managed collection.

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

Syntax

C#
public void Remove(
	Entity entity
)
Visual Basic (Declaration)
Public Sub Remove ( _
	entity As Entity _
)

Parameters

entity
Type: DlhSoft.Windows.Data..::.Entity
The entity to remove from the collection.

See Also