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

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

Syntax

C#
public bool MoveNext()
Visual Basic
Public Function MoveNext As Boolean
Visual C++
public:
virtual bool MoveNext() sealed

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