Namespace:
NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ session As ISessionImplementor, _ coll As ICollection _ ) |
C# |
---|
public PersistentIdentifierBag( ISessionImplementor session, ICollection coll ) |
Visual C++ |
---|
public: PersistentIdentifierBag( ISessionImplementor^ session, ICollection^ coll ) |
JavaScript |
---|
NHibernate.Collection.PersistentIdentifierBag = function(session, coll); |
Parameters
- session
- Type: NHibernate.Engine..::.ISessionImplementor
- coll
- Type: System.Collections..::.ICollection