Removes an entity from the related entities collection of this Entity.

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

Syntax

C#
public void RemoveRelatedEntity(
	Entity relatedEntity
)
Visual Basic (Declaration)
Public Sub RemoveRelatedEntity ( _
	relatedEntity As Entity _
)

Parameters

relatedEntity
Type: DlhSoft.Windows.Data..::.Entity
The related entity to remove.

See Also