Aracılığıyla paylaş


RelationalEntityTypeExtensions.IsIgnoredByMigrations(IEntityType) Yöntem

Tanım

Varlık türünün Migrations tarafından yoksayılıp yoksayılmadığı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

Varlık türünün Migrations tarafından yoksayılıp yoksayılmadığını gösteren bir değer.

Şunlara uygulanır