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

PaginatedList.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

PaginatedList Class | IBatisNet.DataMapper.MappedStatements Namespace