Sdílet prostřednictvím


RelationalForeignKeyExtensions.GetMappedConstraints(IForeignKey) Metoda

Definice

Získá omezení cizího klíče, na které je cizí klíč mapován.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint> GetMappedConstraints (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member GetMappedConstraints : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint>
<Extension()>
Public Function GetMappedConstraints (foreignKey As IForeignKey) As IEnumerable(Of IForeignKeyConstraint)

Parametry

foreignKey
IForeignKey

Cizí klíč.

Návraty

Omezení cizího klíče, na které je cizí klíč mapován.

Platí pro