Namespace:  NHibernate.Collection
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);

See Also