ReferencedIndexName property

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

Syntax
Visual Basic

Public Readonly Property ReferencedIndexName As String
C#

public string  ReferencedIndexName  { get;}
Property value

A string specifying the name of the referenced primary index.

See also