Do not use the CIndex class directly. Use the preallocated WIDatabase.Index variable instead.

Functions to interact with table Indexes.

Available functions include:

  • Create - Creates a table Index
  • Delete - Deletes a table Index
  • Exists - Checks if a table Index has already been created

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public class CIndex
Visual Basic
Public Class CIndex
Visual C++
public ref class CIndex

Inheritance Hierarchy

System..::..Object
  Wiker.WIDatabase..::..CIndex

See Also