ReferencedTableName property

The name of the referenced primary table if the index is a foreign key.

Syntax
Visual Basic
Public Readonly Property ReferencedTableName As String
C#
public string  ReferencedTableName { get;}
Property value

A string specifying the name of the referenced primary table.

See also