ContentsIndexHome
PreviousUpNext
IIterator.tupleValid Method

Verifies whether the given ITuple can be used with the getTuple method. More specifically, it tests whether the given ITuple is compatible with the domain sets of the associated IData object.

C#
bool tupleValid(ITuple tuple);
Parameters 
Description 
ITuple tuple 
The ITuple to test.