Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTIndex::GetDuplicateFlag

Syntax

CTBOOL GetDuplicateFlag( ) const

Parameters

This method has no parameters.

Description

Retrieves the allow duplicated flag for this index

Return

GetDuplicateFlag() returns YES if the index allows duplicated keys, and NO otherwise.

See also

SetDuplicateFlag()

TOCIndex