Share via


ITable.ReferencingForeignKeyConstraints Property

Definition

Gets the foreign key constraints referencing this table.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint> ReferencingForeignKeyConstraints { get; }
member this.ReferencingForeignKeyConstraints : seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint>
Public ReadOnly Property ReferencingForeignKeyConstraints As IEnumerable(Of IForeignKeyConstraint)

Property Value

Applies to