Retrieve the EntityEntry representation of the given entity.
Namespace: NHibernate.EngineAssembly: 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.