c-treeDB API for C# - Developers Guide
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()