Get all the elements that need deleting
Namespace:
NHibernate.CollectionAssembly: 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); |