Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.CndxEval

Syntax

bool CndxEval()

Parameters

This method has no parameters.

Description

Evaluates the compiled conditional expression against the current record. Returns true or false depending on the result of the execution. If an error is detected, CndxEval() throws a CTException with the appropriate c-tree error code.

Return

CndxEval() returns true or false.

See Also

CndxCompile(), CndxFree(), CndxGetExpression()

TOCIndex