Advances the enumerator to the next element of the query results.

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

Syntax

Visual Basic (Declaration)
Public Function MoveNext As Boolean
C#
public bool MoveNext()
Visual C++
public:
virtual bool MoveNext() sealed
JavaScript
function moveNext();

Return Value

trueTruetruetrue (True in Visual Basic) if the enumerator was successfully advanced to the next query results ; falseFalsefalsefalse (False in Visual Basic) if the enumerator has passed the end of the query results.

Implements

IEnumerator..::.MoveNext()()()

See Also