Share via


ITable.ForeignKeyConstraints Property

Definition

Gets the foreign key constraints for this table.

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

Property Value

Applies to