IReadOnlyEntityTypeMappingFragment.IsTableExcludedFromMigrations Property

Definition

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

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

Property Value

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

Applies to