RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Yöntem

Tanım

Aşırı Yüklemeler

IsTableExcludedFromMigrations(IEntityType)

İlişkili tablonun Geçişler tarafından yoksayılır olup olmadığını belirten bir değer alır.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

İlişkili tablonun Geçişler tarafından yoksayılır olup olmadığını belirten bir değer alır.

IsTableExcludedFromMigrations(IEntityType)

İlişkili tablonun Geçişler tarafından yoksayılır olup olmadığını belirten bir değer alır.

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

Parametreler

entityType
IEntityType

Varlık türü.

Döndürülenler

Boolean

İlişkili tablonun Geçişler tarafından yoksayılır olup olmadığını belirten bir değer.

Şunlara uygulanır

IsTableExcludedFromMigrations(IReadOnlyEntityType)

İlişkili tablonun Geçişler tarafından yoksayılır olup olmadığını belirten bir değer alır.

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

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

Döndürülenler

Boolean

İlişkili tablonun Geçişler tarafından yoksayılır olup olmadığını belirten bir değer.

Şunlara uygulanır