Namespace:
NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub IdentityRemoveAll ( _ list As IList, _ collection As ICollection, _ entityName As Type, _ session As ISessionImplementor _ ) |
C# |
---|
public static void IdentityRemoveAll( IList list, ICollection collection, Type entityName, ISessionImplementor session ) |
Visual C++ |
---|
public: static void IdentityRemoveAll( IList^ list, ICollection^ collection, Type^ entityName, ISessionImplementor^ session ) |
JavaScript |
---|
NHibernate.Collection.AbstractPersistentCollection.identityRemoveAll = function(list, collection, entityName, session); |
Parameters
- list
- Type: System.Collections..::.IList
- collection
- Type: System.Collections..::.ICollection
- entityName
- Type: System..::.Type
- session
- Type: NHibernate.Engine..::.ISessionImplementor