Contents Index GetTableName method Properties

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference

ULIndexSchema class


The ULIndexSchema object allows you to obtain the attributes of an index. An index is an ordered set of columns by which data in a table will be sorted. The primary use of an index is to order the data in a table by one or more columns.

An index can be a foreign key, which is used to maintain referential integrity in a database.


Properties
GetColumnName method
IsColumnDescending method

Contents Index GetTableName method Properties