ContentsIndexHome
PreviousUpNext
IData::getCardinality Method

Returns the current number of non-default values of the data. 

 

C++
virtual int getCardinality() const = 0;

The cardinality. 

 

The cardinality might be altered by changes on the index domain sets or on other IData which have not yet been flushed. Modifications on all IData can be flushed by calling updateData() on the ISession.