ULIndexSchema class

UL Ext.: Represents the schema of an UltraLite table index. This class cannot be inherited.

Syntax
Visual Basic
Public NotInheritable Class ULIndexSchema
C#
public sealed class ULIndexSchema
Remarks

There is no constructor for this class. Index schemas are created using the ULTableSchema.PrimaryKey, ULTableSchema.GetIndex(string), and ULTableSchema.GetOptimalIndex(int) of the ULTableSchema.

See also

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