Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.SetIndexFilename

Syntax

void SetIndexFilename(int IndexNumber, String Path, String Filename)

void SetIndexFilename(String IndexName, String Path, String Filename)

Parameters

  • IndexNumber [in] Number of index to set the filename.
  • IndexName [in] Name of index to set the filename.
  • Path [in] Index path. If NULL use the table path.
  • Filename [in] Index file name. If NULL use the table name.

Description

Set the index filename.

Return

None.

TOCIndex