ITableForeignKey.Columns

Fore Syntax

Columns: String;

Fore.NET Syntax

Columns: string;

Description

The Columns property determines the table field that is an external key.

Comments

The ITableForeignKey.RColumns property determines the field, to which the external key refers.

Fore and Fore.NET Examples

The property use is given in the example for ITable.ForeignKeys.

See also:

ITableForeignKey