Aracılığıyla paylaş


RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Yöntem

Tanım

Aşırı Yüklemeler

IsTableExcludedFromMigrations(IEntityType)

İlişkili tablonun Migrations tarafından yoksayılıp yoksayılmadığını belirten bir değer alır.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

İlişkili tablonun Migrations tarafından yoksayılıp yoksayılmadığını belirten bir değer alır.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Belirtilen tablonun Migrations tarafından yoksayılıp yoksayılmadığını belirten bir değer alır.

IsTableExcludedFromMigrations(IEntityType)

İlişkili tablonun Migrations tarafından yoksayılıp yoksayılmadığı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

İlişkili tablonun Migrations tarafından yoksayılıp yoksayılmadığını gösteren değer.

Şunlara uygulanır

IsTableExcludedFromMigrations(IReadOnlyEntityType)

İlişkili tablonun Migrations tarafından yoksayılıp yoksayılmadığı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

İlişkili tablonun Migrations tarafından yoksayılıp yoksayılmadığını gösteren değer.

Şunlara uygulanır

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Belirtilen tablonun Migrations tarafından yoksayılıp yoksayılmadığını belirten bir değer alır.

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

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

storeObject
StoreObjectIdentifier

Tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

İlişkili tablonun Migrations tarafından yoksayılıp yoksayılmadığını gösteren değer.

Şunlara uygulanır