Share via


IMutableEntityTypeMappingFragment.IsTableExcludedFromMigrations Property

Definition

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

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

Property Value

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

Applies to