This constructor is NOT meant to be called from user code.
Namespace:
NHibernate.Collection.GenericAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ session As ISessionImplementor _ ) |
C# |
---|
public PersistentGenericSet( ISessionImplementor session ) |
Visual C++ |
---|
public: PersistentGenericSet( ISessionImplementor^ session ) |
JavaScript |
---|
NHibernate.Collection.Generic.PersistentGenericSet = function(session); |
Parameters
- session
- Type: NHibernate.Engine..::.ISessionImplementor