Share via


RuntimeEntityTypeMappingFragment Constructor

Definition

Initializes a new instance of the RuntimeEntityTypeMappingFragment class.

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))

Parameters

entityType
RuntimeEntityType

The entity type for which the fragment is defined.

storeObject
StoreObjectIdentifier

The store object for which the configuration is applied.

isTableExcludedFromMigrations
Nullable<Boolean>

A value indicating whether the associated table is ignored by Migrations.

Applies to