Share via


RuntimeProperty.IReadOnlyProperty.IsForeignKey Method

Definition

Gets a value indicating whether this property is used as a foreign key (or part of a composite foreign key).

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsForeignKey ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsForeignKey : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsForeignKey : unit -> bool
Function IsForeignKey () As Boolean Implements IReadOnlyProperty.IsForeignKey

Returns

true if the property is used as a foreign key, otherwise false.

Implements

Attributes

Applies to