Do we need to update this element?

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

Syntax

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

Parameters

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

See Also