ContentsIndexHome
PreviousUpNext
IMultiDimData.createIterator Method (IFilter, int)

Creates a new iterator to iterate through the filtered data. 

The identifier is cleaned up upon creation of the iterator.

C#
IIterator createIterator(IFilter filter, 
                                 int tuplesAhead);
Parameters 
Description 
IFilter filter 
The filter over the data.  
int tuplesAhead 
The amount of tuples to cache.  

The iterator.