Share via


RelationalEntityTypeExtensions.IsTableExcludedFromMigrations 方法

定義

多載

IsTableExcludedFromMigrations(IEntityType)

取得值,指出移轉是否忽略相關聯的資料表。

IsTableExcludedFromMigrations(IReadOnlyEntityType)

取得值,指出移轉是否忽略相關聯的資料表。

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

取得值,指出移轉是否忽略指定的資料表。

IsTableExcludedFromMigrations(IEntityType)

取得值,指出移轉是否忽略相關聯的資料表。

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

參數

entityType
IEntityType

實體類型。

傳回

值,指出移轉是否忽略相關聯的資料表。

適用於

IsTableExcludedFromMigrations(IReadOnlyEntityType)

取得值,指出移轉是否忽略相關聯的資料表。

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

參數

entityType
IReadOnlyEntityType

實體類型。

傳回

值,指出移轉是否忽略相關聯的資料表。

適用於

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

取得值,指出移轉是否忽略指定的資料表。

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

參數

entityType
IReadOnlyEntityType

實體類型。

storeObject
StoreObjectIdentifier

類似資料表的存放區物件的識別碼。

傳回

值,指出移轉是否忽略相關聯的資料表。

適用於