ContentsIndexHome
PreviousUpNext
IDataView.createIterator Method (int)

Creates a new IIterator to iterate over the data.

C#
IIterator createIterator(int tuplesAhead);
Parameters 
Description 
int tuplesAhead 
Indicates how many tuples must be cached. The default is 100.  

The iterator.