次の方法で共有


RelationalEntityTypeExtensions.RemoveMappingFragment メソッド

定義

オーバーロード

RemoveMappingFragment(IConventionEntityType, StoreObjectIdentifier)

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

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

RemoveMappingFragment(IMutableEntityType, StoreObjectIdentifier)

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

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

RemoveMappingFragment(IConventionEntityType, StoreObjectIdentifier)

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

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

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

パラメーター

entityType
IConventionEntityType

エンティティの型。

storeObject
StoreObjectIdentifier

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

戻り値

特定のストア オブジェクトのオーバーライドが見つからなかったか、より高いソースから既存のオーバーライドが構成されている場合は、 が削除されましたIConventionEntityTypeMappingFragmentnull

適用対象

RemoveMappingFragment(IMutableEntityType, StoreObjectIdentifier)

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

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

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

パラメーター

entityType
IMutableEntityType

エンティティの型。

storeObject
StoreObjectIdentifier

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

戻り値

が削除されました IMutableEntityTypeMappingFragment 。指定 null されたストア オブジェクトのオーバーライドが見つからなかった場合は 。

適用対象