Return the Underlying Persistent Object in a given ISession, or null.
Namespace: NHibernate.ProxyAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Object GetImplementation( ISessionImplementor s ) |
Visual Basic |
---|
Public Function GetImplementation ( _ s As ISessionImplementor _ ) As Object |
Visual C++ |
---|
public: virtual Object^ GetImplementation( ISessionImplementor^ s ) sealed |
Parameters
- s
- Type: NHibernate.Engine..::..ISessionImplementor
The Session to get the object from.