Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTIndex.GetDuplicateFlag

Syntax

bool GetDuplicateFlag( )

Parameters

This method has no parameters.

Description

Retrieves the allowed duplicated flag for this index

Return

GetDuplicateFlag() returns true if the index allows duplicated keys, and false otherwise.

See Also

SetDuplicateFlag()

TOCIndex