ITable.Indexes

Fore Syntax

Indexes: ITableIndexes;

Fore.NET Syntax

Indexes: Prognoz.Platform.Interop.Db.ITableIndexes;

Description

The Indexes property returns an object containing all indexes of the table.

Fore and Fore.NET Examples

The property use is given in the example for ITableIndex.AllowNulls.

See also:

ITable