Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULIndexSchema class


UL Ext.: Represents the schema of an UltraLite table index.

Prototypes 

' Visual Basic
NotInheritable Public Class ULIndexSchema

// C#
public sealed class ULIndexSchema

Remarks 

This class cannot be directly instantiated. Index schemas are created using the PrimaryKey property, GetIndex method, and GetOptimalIndex method methods of the ULTableSchema class class.


ULIndexSchema members
ColumnCount property
IsForeignKey property
IsForeignKeyCheckOnCommit property
IsForeignKeyNullable property
IsOpen property
IsPrimaryKey property
IsUniqueIndex property
IsUniqueKey property
Name property
ReferencedIndexName property
ReferencedTableName property
Finalize method
GetColumnName method
IsColumnDescending method

Collection Contents Previous Next PDF