Udostępnij za pośrednictwem


RuntimeEntityTypeMappingFragment Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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))

Parametry

entityType
RuntimeEntityType

Typ jednostki, dla której zdefiniowano fragment.

storeObject
StoreObjectIdentifier

Obiekt magazynu, dla którego zastosowano konfigurację.

isTableExcludedFromMigrations
Nullable<Boolean>

Wartość wskazująca, czy skojarzona tabela jest ignorowana przez migracje.

Dotyczy