Share via


RuntimeEntityTypeMappingFragment.IsTableExcludedFromMigrations Property

Definition

Gets a value indicating whether the associated table is ignored by Migrations.

public virtual bool? IsTableExcludedFromMigrations { get; }
member this.IsTableExcludedFromMigrations : Nullable<bool>
Public Overridable ReadOnly Property IsTableExcludedFromMigrations As Nullable(Of Boolean)

Property Value

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

Implements

Applies to