Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTIndex.SetTemporaryFlag

Syntax

void SetTemporaryFlag(bool TempFlag)

Parameters

  • TempFlag [in] The temporary flag.

Description

Sets the temporary flag. If set to true, this index is a temporary index.

Return

None.

See Also

GetTemporaryFlag()

TOCIndex