Initializes an instance of the PersistentGenericList<(Of <(T>)>)
in the session.
Namespace:
NHibernate.Collection.GenericAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ session As ISessionImplementor _ ) |
C# |
---|
public PersistentGenericList( ISessionImplementor session ) |
Visual C++ |
---|
public: PersistentGenericList( ISessionImplementor^ session ) |
JavaScript |
---|
NHibernate.Collection.Generic.PersistentGenericList = function(session); |
Parameters
- session
- Type: NHibernate.Engine..::.ISessionImplementor
The ISessionImplementor the list is in.