Get an iterator over the element set of the collection, which may not yet be wrapped

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

Syntax

C#
public virtual IEnumerable GetElementsIterator(
	Object collection,
	ISessionImplementor session
)
Visual Basic
Public Overridable Function GetElementsIterator ( _
	collection As Object, _
	session As ISessionImplementor _
) As IEnumerable
Visual C++
public:
virtual IEnumerable^ GetElementsIterator(
	Object^ collection, 
	ISessionImplementor^ session
)

Parameters

collection
Type: System..::..Object
The collection to be iterated
session
Type: NHibernate.Engine..::..ISessionImplementor
The session from which the request is originating.

Return Value

The iterator.

See Also