次の方法で共有


RuntimeEntityTypeMappingFragment コンストラクター

定義

RuntimeEntityTypeMappingFragment クラスの新しいインスタンスを初期化します。

public RuntimeEntityTypeMappingFragment (Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool? isTableExcludedFromMigrations);
new Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityTypeMappingFragment : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * StoreObjectIdentifier * Nullable<bool> -> Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityTypeMappingFragment
Public Sub New (entityType As RuntimeEntityType, ByRef storeObject As StoreObjectIdentifier, isTableExcludedFromMigrations As Nullable(Of Boolean))

パラメーター

entityType
RuntimeEntityType

フラグメントが定義されているエンティティ型。

storeObject
StoreObjectIdentifier

構成が適用されるストア オブジェクト。

isTableExcludedFromMigrations
Nullable<Boolean>

関連付けられたテーブルが移行によって無視されるかどうかを示す値。

適用対象