Gets the entity that wraps the specified object from the internal entity collection, or null if such entity doesn't exist.

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

Syntax

C#
public Entity GetEntity(
	Object item
)
Visual Basic (Declaration)
Public Function GetEntity ( _
	item As Object _
) As Entity

Parameters

item
Type: System..::.Object
Wrapped object to search for.

Return Value

The entity that wraps the specified object from the internal entity collection, or null if such entity doesn't exist.

See Also