Bagikan melalui


RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Metode

Definisi

Overload

IsTableExcludedFromMigrations(IEntityType)

Mendapatkan nilai yang menunjukkan apakah tabel terkait diabaikan oleh Migrasi.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Mendapatkan nilai yang menunjukkan apakah tabel terkait diabaikan oleh Migrasi.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Mendapatkan nilai yang menunjukkan apakah tabel yang ditentukan diabaikan oleh Migrasi.

IsTableExcludedFromMigrations(IEntityType)

Mendapatkan nilai yang menunjukkan apakah tabel terkait diabaikan oleh Migrasi.

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

Parameter

entityType
IEntityType

Jenis entitas.

Mengembalikan

Nilai yang menunjukkan apakah tabel terkait diabaikan oleh Migrasi.

Berlaku untuk

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Mendapatkan nilai yang menunjukkan apakah tabel terkait diabaikan oleh Migrasi.

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

Parameter

entityType
IReadOnlyEntityType

Jenis entitas.

Mengembalikan

Nilai yang menunjukkan apakah tabel terkait diabaikan oleh Migrasi.

Berlaku untuk

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Mendapatkan nilai yang menunjukkan apakah tabel yang ditentukan diabaikan oleh Migrasi.

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

Parameter

entityType
IReadOnlyEntityType

Jenis entitas.

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel.

Mengembalikan

Nilai yang menunjukkan apakah tabel terkait diabaikan oleh Migrasi.

Berlaku untuk