IReadOnlyForeignKey.IsBaseLinking Method

Definition

Returns a value indicating whether the foreign key is defined on the primary key and pointing to the same primary key.

public virtual bool IsBaseLinking ();
abstract member IsBaseLinking : unit -> bool
override this.IsBaseLinking : unit -> bool
Public Overridable Function IsBaseLinking () As Boolean

Returns

A value indicating whether the foreign key is defined on the primary key and pointing to the same primary key.

Applies to