RelationalForeignKeyExtensions.FindSharedObjectRootForeignKey メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FindSharedObjectRootForeignKey(IConventionForeignKey, StoreObjectIdentifier) |
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IConventionForeignKey の 制約を検索します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
FindSharedObjectRootForeignKey(IForeignKey, StoreObjectIdentifier) |
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IConventionForeignKey の 制約を検索します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
FindSharedObjectRootForeignKey(IMutableForeignKey, StoreObjectIdentifier) |
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IMutableForeignKey の 制約を検索します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
FindSharedObjectRootForeignKey(IReadOnlyForeignKey, StoreObjectIdentifier) |
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IForeignKey の 制約を検索します。 このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。 |
FindSharedObjectRootForeignKey(IConventionForeignKey, StoreObjectIdentifier)
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IConventionForeignKey の 制約を検索します。
このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public static Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IConventionForeignKey, ByRef storeObject As StoreObjectIdentifier) As IConventionForeignKey
パラメーター
- foreignKey
- IConventionForeignKey
外部キー。
- storeObject
- StoreObjectIdentifier
格納しているストア オブジェクトの識別子。
戻り値
外部キーが見つかった場合、または null
見つからなかった場合は 。
適用対象
FindSharedObjectRootForeignKey(IForeignKey, StoreObjectIdentifier)
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IConventionForeignKey の 制約を検索します。
このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public static Microsoft.EntityFrameworkCore.Metadata.IForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IForeignKey, ByRef storeObject As StoreObjectIdentifier) As IForeignKey
パラメーター
- foreignKey
- IForeignKey
外部キー。
- storeObject
- StoreObjectIdentifier
格納しているストア オブジェクトの識別子。
戻り値
外部キーが見つかった場合、または null
見つからなかった場合は 。
適用対象
FindSharedObjectRootForeignKey(IMutableForeignKey, StoreObjectIdentifier)
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IMutableForeignKey の 制約を検索します。
このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public static Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IMutableForeignKey, ByRef storeObject As StoreObjectIdentifier) As IMutableForeignKey
パラメーター
- foreignKey
- IMutableForeignKey
外部キー。
- storeObject
- StoreObjectIdentifier
格納しているストア オブジェクトの識別子。
戻り値
外部キーが見つかった場合、または null
見つからなかった場合は 。
適用対象
FindSharedObjectRootForeignKey(IReadOnlyForeignKey, StoreObjectIdentifier)
共有テーブルに似たオブジェクト内の同じ制約にマップされている最初 IForeignKey の 制約を検索します。
このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey? FindSharedObjectRootForeignKey (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSharedObjectRootForeignKey : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey
<Extension()>
Public Function FindSharedObjectRootForeignKey (foreignKey As IReadOnlyForeignKey, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyForeignKey
パラメーター
- foreignKey
- IReadOnlyForeignKey
外部キー。
- storeObject
- StoreObjectIdentifier
格納しているストア オブジェクトの識別子。
戻り値
外部キーが見つかった場合、または null
見つからなかった場合は 。
適用対象
Entity Framework