다음을 통해 공유


RelationalEntityTypeExtensions.FindRowInternalForeignKeys 메서드

정의

오버로드

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IConventionEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IConventionForeignKey)

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

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

반환

적용 대상

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IForeignKey)

매개 변수

entityType
IEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

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

반환

적용 대상

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__50))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__50))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
<Extension()>
Public Iterator Function FindRowInternalForeignKeys (entityType As IEntityType, storeObject As StoreObjectIdentifier) As IEnumerable(Of IForeignKey)

매개 변수

entityType
IEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

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

반환

특성

적용 대상

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IMutableEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IMutableForeignKey)

매개 변수

entityType
IMutableEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

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

반환

적용 대상

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

동일한 테이블과 같은 저장소 개체를 공유하는 다른 엔터티 형식을 가리키는 지정된 엔터티 형식의 외장 키를 가져옵니다.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__57))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__103))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__95))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__57))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__103))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__95))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
<Extension()>
Public Iterator Function FindRowInternalForeignKeys (entityType As IReadOnlyEntityType, storeObject As StoreObjectIdentifier) As IEnumerable(Of IReadOnlyForeignKey)

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

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

반환

특성

적용 대상