Get all the elements that need deleting

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

Syntax

Visual Basic (Declaration)
Function GetDeletes ( _
	elemType As IType, _
	indexIsFormula As Boolean _
) As ICollection
C#
ICollection GetDeletes(
	IType elemType,
	bool indexIsFormula
)
Visual C++
ICollection^ GetDeletes(
	IType^ elemType, 
	bool indexIsFormula
)
JavaScript
function getDeletes(elemType, indexIsFormula);

Parameters

elemType
Type: NHibernate.Type..::.IType
indexIsFormula
Type: System..::.Boolean

See Also