RelationalEntityTypeExtensions.GetMappingFragments メソッド

定義

オーバーロード

GetMappingFragments(IConventionEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

GetMappingFragments(IEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

GetMappingFragments(IMutableEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

GetMappingFragments(IReadOnlyEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

GetMappingFragments(IConventionEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

GetMappingFragments(IEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

GetMappingFragments(IMutableEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

GetMappingFragments(IReadOnlyEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

GetMappingFragments(IConventionEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IConventionEntityType) As IEnumerable(Of IConventionEntityTypeMappingFragment)

パラメーター

entityType
IConventionEntityType

エンティティの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象

GetMappingFragments(IEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IEntityType) As IEnumerable(Of IEntityTypeMappingFragment)

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象

GetMappingFragments(IMutableEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IMutableEntityType) As IEnumerable(Of IMutableEntityTypeMappingFragment)

パラメーター

entityType
IMutableEntityType

エンティティの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象

GetMappingFragments(IReadOnlyEntityType)

構成されているすべてのエンティティ型マッピング フラグメントを返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IReadOnlyEntityType) As IEnumerable(Of IReadOnlyEntityTypeMappingFragment)

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象

GetMappingFragments(IConventionEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType storeObjectType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IConventionEntityType, storeObjectType As StoreObjectType) As IEnumerable(Of IConventionEntityTypeMappingFragment)

パラメーター

entityType
IConventionEntityType

エンティティの型。

storeObjectType
StoreObjectType

マッピング フラグメントを取得するストア オブジェクトの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象

GetMappingFragments(IEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType storeObjectType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IEntityType, storeObjectType As StoreObjectType) As IEnumerable(Of IEntityTypeMappingFragment)

パラメーター

entityType
IEntityType

エンティティの型。

storeObjectType
StoreObjectType

マッピング フラグメントを取得するストア オブジェクトの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象

GetMappingFragments(IMutableEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType storeObjectType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IMutableEntityType, storeObjectType As StoreObjectType) As IEnumerable(Of IMutableEntityTypeMappingFragment)

パラメーター

entityType
IMutableEntityType

エンティティの型。

storeObjectType
StoreObjectType

マッピング フラグメントを取得するストア オブジェクトの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象

GetMappingFragments(IReadOnlyEntityType, StoreObjectType)

指定された型の構成済みエンティティ型マッピング フラグメントをすべて返します。

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment> GetMappingFragments (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType storeObjectType);
static member GetMappingFragments : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment>
<Extension()>
Public Function GetMappingFragments (entityType As IReadOnlyEntityType, storeObjectType As StoreObjectType) As IEnumerable(Of IReadOnlyEntityTypeMappingFragment)

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

storeObjectType
StoreObjectType

マッピング フラグメントを取得するストア オブジェクトの型。

戻り値

構成されたエンティティ型マッピング フラグメント。

適用対象