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

ストア オブジェクトの識別子。

戻り値

属性

適用対象