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

Syntax

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

Parameters

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

Implements

IPersistentCollection..::.GetDeletes(IType, Boolean)

See Also