다음을 통해 공유


ModelValidator.IsRedundant(IForeignKey) 메서드

정의

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

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

매개 변수

foreignKey
IForeignKey

외래 키입니다.

반환

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

적용 대상