RelationalEntityTypeExtensions.FindMappingFragment メソッド

定義

オーバーロード

FindMappingFragment(IReadOnlyEntityType, StoreObjectIdentifier)

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

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

FindMappingFragment(IMutableEntityType, StoreObjectIdentifier)

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

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

FindMappingFragment(IEntityType, StoreObjectIdentifier)

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

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

FindMappingFragment(IConventionEntityType, StoreObjectIdentifier)

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

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

FindMappingFragment(IReadOnlyEntityType, StoreObjectIdentifier)

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

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

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

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

storeObject
StoreObjectIdentifier

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

戻り値

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

適用対象

FindMappingFragment(IMutableEntityType, StoreObjectIdentifier)

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

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

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

パラメーター

entityType
IMutableEntityType

エンティティの型。

storeObject
StoreObjectIdentifier

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

戻り値

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

適用対象

FindMappingFragment(IEntityType, StoreObjectIdentifier)

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

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

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

パラメーター

entityType
IEntityType

エンティティの型。

storeObject
StoreObjectIdentifier

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

戻り値

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

適用対象

FindMappingFragment(IConventionEntityType, StoreObjectIdentifier)

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

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

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

パラメーター

entityType
IConventionEntityType

エンティティの型。

storeObject
StoreObjectIdentifier

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

戻り値

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

適用対象