Advances the enumerator to the next element of the query results.
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
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