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

IterateContext.Reset Method 

Sets the enumerator to its initial position, which is before the first element in the collection.

[Visual Basic]
NotOverridable Public Sub Reset() _
    Implements IEnumerator.
[C#]
public void Reset();

Implements

IEnumerator.

See Also

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