Do we need to update this element?
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool NeedsUpdating( Object entry, int i, IType elemType ) |
Visual Basic |
---|
Function NeedsUpdating ( _ entry As Object, _ i As Integer, _ elemType As IType _ ) As Boolean |
Visual C++ |
---|
bool NeedsUpdating( Object^ entry, int i, IType^ elemType ) |
Parameters
- entry
- Type: System..::..Object
[Missing <param name="entry"/> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsUpdating(System.Object,System.Int32,NHibernate.Type.IType)"]
- i
- Type: System..::..Int32
[Missing <param name="i"/> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsUpdating(System.Object,System.Int32,NHibernate.Type.IType)"]
- elemType
- Type: NHibernate.Type..::..IType
[Missing <param name="elemType"/> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsUpdating(System.Object,System.Int32,NHibernate.Type.IType)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsUpdating(System.Object,System.Int32,NHibernate.Type.IType)"]