Initializes an instance of the PersistentGenericMap<(Of <(TKey, TValue>)>) in the session.

Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	session As ISessionImplementor _
)
C#
public PersistentGenericMap(
	ISessionImplementor session
)
Visual C++
public:
PersistentGenericMap(
	ISessionImplementor^ session
)
JavaScript
NHibernate.Collection.Generic.PersistentGenericMap = function(session);

Parameters

session
Type: NHibernate.Engine..::.ISessionImplementor
The ISessionImplementor the map is in.

See Also