Do we need to insert this element?

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

Syntax

C#
bool NeedsInserting(
	Object entry,
	int i,
	IType elemType
)
Visual Basic
Function NeedsInserting ( _
	entry As Object, _
	i As Integer, _
	elemType As IType _
) As Boolean
Visual C++
bool NeedsInserting(
	Object^ entry, 
	int i, 
	IType^ elemType
)

Parameters

entry
Type: System..::..Object

[Missing <param name="entry"/> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsInserting(System.Object,System.Int32,NHibernate.Type.IType)"]

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsInserting(System.Object,System.Int32,NHibernate.Type.IType)"]

elemType
Type: NHibernate.Type..::..IType

[Missing <param name="elemType"/> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsInserting(System.Object,System.Int32,NHibernate.Type.IType)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Collection.IPersistentCollection.NeedsInserting(System.Object,System.Int32,NHibernate.Type.IType)"]

See Also