ContentsIndexHome
PreviousUpNext
IDataView.tupleCompatible Method

Verifies that the dimension and underlying root sets of the ITuple are applicable on this IData. Only structure is validated; the values themselves are not considered.

C#
bool tupleCompatible(ITuple tup);
Parameters 
Description 
ITuple tup 
The tuple to be checked. 

True if the tuple applies.