Share via


RelationalTypeBaseExtensions.FindMappingFragment メソッド

定義

オーバーロード

FindMappingFragment(IReadOnlyTypeBase, StoreObjectIdentifier)

特定のテーブルに似たストア オブジェクトの型マッピングを返します。

このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

FindMappingFragment(ITypeBase, StoreObjectIdentifier)

特定のテーブルに似たストア オブジェクトの型マッピングを返します。

このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

FindMappingFragment(IReadOnlyTypeBase, StoreObjectIdentifier)

特定のテーブルに似たストア オブジェクトの型マッピングを返します。

このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (typeBase As IReadOnlyTypeBase, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyEntityTypeMappingFragment

パラメーター

typeBase
IReadOnlyTypeBase

型。

storeObject
StoreObjectIdentifier

テーブルに似たストア オブジェクトの識別子。

戻り値

型マッピング フラグメントを表す オブジェクト。

適用対象

FindMappingFragment(ITypeBase, StoreObjectIdentifier)

特定のテーブルに似たストア オブジェクトの型マッピングを返します。

このメソッドは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

public static Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment? FindMappingFragment (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindMappingFragment : Microsoft.EntityFrameworkCore.Metadata.ITypeBase * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment
<Extension()>
Public Function FindMappingFragment (typeBase As ITypeBase, ByRef storeObject As StoreObjectIdentifier) As IEntityTypeMappingFragment

パラメーター

typeBase
ITypeBase

型。

storeObject
StoreObjectIdentifier

テーブルに似たストア オブジェクトの識別子。

戻り値

型マッピング フラグメントを表す オブジェクト。

適用対象