Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFilter

SYNTAX

void GetFilter (StringBuilder cndexpr)

PARAMETERS

  • cndexpr [out] Receive the filtering expression.

DESCRIPTION

Retrieves the filter that is filtering the record.

RETURN

None.

SEE ALSO

IsFiltered(), SetFilter()

TOCIndex