Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.CndxCompile

Syntax

void CndxCompile(String Expression)

Parameters

  • Expression [in] The conditional expression to be compiled.

Description

Initializes the conditional expression parser and compiles the expression. If an error is detected CndxCompile() throws a CTException with the appropriate c-tree error code.

Return

None.

See Also

CndxEval(), CndxFree(), CndxGetExpression()

TOCIndex