Initializes an instance of the PersistentList in the session.

Namespace: NHibernate.Collection
Assembly: 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.

See Also