Constructor matching super.
Instantiates a lazy set (the underlying set is un-initialized).
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PersistentSet( ISessionImplementor session ) |
Visual Basic |
---|
Public Sub New ( _ session As ISessionImplementor _ ) |
Visual C++ |
---|
public: PersistentSet( ISessionImplementor^ session ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
The session to which this set will belong.