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

Syntax

Visual Basic (Declaration)
Public Overrides Function NeedsUpdating ( _
	entry As Object, _
	i As Integer, _
	elemType As IType _
) As Boolean
C#
public override bool NeedsUpdating(
	Object entry,
	int i,
	IType elemType
)
Visual C++
public:
virtual bool NeedsUpdating(
	Object^ entry, 
	int i, 
	IType^ elemType
) override
JavaScript
function needsUpdating(entry, i, elemType);

Parameters

entry
Type: System..::.Object
i
Type: System..::.Int32
elemType
Type: NHibernate.Type..::.IType

Implements

IPersistentCollection..::.NeedsUpdating(Object, Int32, IType)

See Also