ITableForeignKey.RColumns

Fore Syntax

RColumns: String;

Fore.NET Syntax

RColumns: string;

Description

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

Comments

The ITableForeignKey.RTable property determines the table that contains the given field.

Fore and Fore.NET Examples

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

See also:

ITableForeignKey