ITableForeignKey.RTable

Fore Syntax

RTable: String;

Fore.NET Syntax

RTable: string;

Description

The RTable property determines the identifier of the table to which the external key refers.

Comments

The ITableForeignKey.RColumns property determines the field in this table, to which an external key refers.

Fore and Fore.NET Examples

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

See also:

ITableForeignKey