Do we need to update this element?
Namespace:
NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function NeedsUpdating ( _ entry As Object, _ i As Integer, _ elemType As IType _ ) As Boolean |
C# |
---|
public abstract bool NeedsUpdating( Object entry, int i, IType elemType ) |
Visual C++ |
---|
public: virtual bool NeedsUpdating( Object^ entry, int i, IType^ elemType ) abstract |
JavaScript |
---|
function needsUpdating(entry, i, elemType); |
Parameters
- entry
- Type: System..::.Object
- i
- Type: System..::.Int32
- elemType
- Type: NHibernate.Type..::.IType