[Missing <summary> documentation for "M:NHibernate.Collection.Generic.PersistentGenericMap`2.GetDeletes(NHibernate.Persister.Collection.ICollectionPersister,System.Boolean)"]

Namespace: NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override IEnumerable GetDeletes(
	ICollectionPersister persister,
	bool indexIsFormula
)
Visual Basic
Public Overrides Function GetDeletes ( _
	persister As ICollectionPersister, _
	indexIsFormula As Boolean _
) As IEnumerable
Visual C++
public:
virtual IEnumerable^ GetDeletes(
	ICollectionPersister^ persister, 
	bool indexIsFormula
) override

Parameters

persister
Type: NHibernate.Persister.Collection..::..ICollectionPersister

[Missing <param name="persister"/> documentation for "M:NHibernate.Collection.Generic.PersistentGenericMap`2.GetDeletes(NHibernate.Persister.Collection.ICollectionPersister,System.Boolean)"]

indexIsFormula
Type: System..::..Boolean

[Missing <param name="indexIsFormula"/> documentation for "M:NHibernate.Collection.Generic.PersistentGenericMap`2.GetDeletes(NHibernate.Persister.Collection.ICollectionPersister,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Collection.Generic.PersistentGenericMap`2.GetDeletes(NHibernate.Persister.Collection.ICollectionPersister,System.Boolean)"]

Implements

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

See Also