RelationalEntityTypeExtensions.IsIgnoredByMigrations(IEntityType) Yöntem

Tanım

Varlık türünün Geçişler tarafından yoksayılır olup olmadığını belirten bir değer alır.

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

Parametreler

entityType
IEntityType

Varlık türü.

Döndürülenler

Boolean

Varlık türünün Geçişler tarafından yoksayılır olup olmadığını belirten bir değer.

Şunlara uygulanır