RelationalEntityTypeExtensions.IsIgnoredByMigrations(IEntityType) Method

Definition

Gets a value indicating whether the entity type is ignored by Migrations.

public static bool IsIgnoredByMigrations (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member IsIgnoredByMigrations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsIgnoredByMigrations (entityType As IEntityType) As Boolean

Parameters

entityType
IEntityType

The entity type.

Returns

A value indicating whether the entity type is ignored by Migrations.

Applies to