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

Syntax

Visual Basic (Declaration)
Public Sub DeleteRows ( _
	collection As IPersistentCollection, _
	id As Object, _
	session As ISessionImplementor _
)
C#
public void DeleteRows(
	IPersistentCollection collection,
	Object id,
	ISessionImplementor session
)
Visual C++
public:
virtual void DeleteRows(
	IPersistentCollection^ collection, 
	Object^ id, 
	ISessionImplementor^ session
) sealed
JavaScript
function deleteRows(collection, id, session);

Implements

ICollectionPersister..::.DeleteRows(IPersistentCollection, Object, ISessionImplementor)

See Also