다음을 통해 공유


RelationalForeignKeyExtensions.GetMappedConstraints(IForeignKey) 메서드

정의

외래 키가 매핑되는 외래 키 제약 조건을 가져옵니다.

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)

매개 변수

foreignKey
IForeignKey

외래 키입니다.

반환

외래 키가 매핑되는 외래 키 제약 조건입니다.

적용 대상