다음을 통해 공유


RelationalForeignKeyExtensions.IsRowInternal 메서드

정의

이 외래 키가 동일한 테이블과 같은 저장소 개체를 공유하는 두 엔터티 형식 사이에 있는지 여부를 나타내는 값을 반환합니다.

public static bool IsRowInternal (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsRowInternal : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> bool
<Extension()>
Public Function IsRowInternal (foreignKey As IReadOnlyForeignKey, storeObject As StoreObjectIdentifier) As Boolean

매개 변수

foreignKey
IReadOnlyForeignKey

외래 키입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

적용 대상