Construct an uninitialized PersistentMap.
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PersistentMap( ISessionImplementor session ) |
Visual Basic |
---|
Public Sub New ( _ session As ISessionImplementor _ ) |
Visual C++ |
---|
public: PersistentMap( ISessionImplementor^ session ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
The ISession the PersistentMap should be a part of.