Get the entity instance associated with the given Key,
calling the Interceptor if necessary
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
Object GetEntityUsingInterceptor( EntityKey key ) |
Visual Basic |
---|
Function GetEntityUsingInterceptor ( _ key As EntityKey _ ) As Object |
Visual C++ |
---|
Object^ GetEntityUsingInterceptor( EntityKey^ key ) |
Parameters
- key
- Type: NHibernate.Engine..::..EntityKey
[Missing <param name="key"/> documentation for "M:NHibernate.Engine.ISessionImplementor.GetEntityUsingInterceptor(NHibernate.Engine.EntityKey)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Engine.ISessionImplementor.GetEntityUsingInterceptor(NHibernate.Engine.EntityKey)"]