iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IterateContext.MoveNext Method 

Advances the enumerator to the next element of the collection.

[Visual Basic]
NotOverridable Public Function MoveNext() As Boolean _
    Implements IEnumerator.
[C#]
public bool MoveNext();

Return Value

True if the enumerator was successfully advanced to the next element; False if the enumerator has passed the end of the collection.

Implements

IEnumerator.

See Also

IterateContext Class | IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers Namespace