Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.UpdateCndxIndex

Syntax

void UpdateCndxIndex(int IndexNumber, String CndxExpr)

void UpdateCndxIndex(int name, String CndxExpr)

Parameters

  • IndexNumber [in] The Index number to update.
  • name [in] The index name to update.
  • CndxExpr [in] Conditional index expression.

Description

Add, modify or delete conditional index.

Return

None.

TOCIndex