Initializes an instance of the PersistentList
in the session.
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PersistentList( ISessionImplementor session ) |
Visual Basic |
---|
Public Sub New ( _ session As ISessionImplementor _ ) |
Visual C++ |
---|
public: PersistentList( ISessionImplementor^ session ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
The ISessionImplementor the list is in.