Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTIndex.SetNullFlag

Syntax

void SetNullFlag(bool NullFlag)

Parameters

  • NullFlag [in] The new null flag.

Description

Sets the null flag. If set to true, the system checks for NULL or missing key values after the index has been concatenated.

Return

None.

See Also

GetNullFlag(), SetEmptyChar()

TOCIndex