Retrieve the EntityEntry representation of the given entity.

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
EntityEntry GetEntry(
	Object entity
)
Visual Basic
Function GetEntry ( _
	entity As Object _
) As EntityEntry
Visual C++
EntityEntry^ GetEntry(
	Object^ entity
)

Parameters

entity
Type: System..::..Object
The entity for which to locate the EntityEntry.

Return Value

The EntityEntry for the given entity.

See Also