다음을 통해 공유


RelationalModelValidator.IsRedundant(IForeignKey) 메서드

정의

지정된 외래 키가 중복되는지 여부를 나타내는 값을 반환합니다.

protected override bool IsRedundant (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
override this.IsRedundant : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> bool
Protected Overrides Function IsRedundant (foreignKey As IForeignKey) As Boolean

매개 변수

foreignKey
IForeignKey

외래 키입니다.

반환

지정된 외래 키가 중복되는지 여부를 나타내는 값입니다.

적용 대상