RelationalEntityTypeExtensions.SetIsTableExcludedFromMigrations 方法

定義

多載

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>)

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

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, Boolean)

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

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>, StoreObjectIdentifier)

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

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, StoreObjectIdentifier, Boolean)

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

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>)

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

public static void SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, bool? excluded);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsTableExcludedFromMigrations (entityType As IMutableEntityType, excluded As Nullable(Of Boolean))

參數

entityType
IMutableEntityType

實體類型。

excluded
Nullable<Boolean>

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

適用於

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, Boolean)

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

public static bool? SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, bool? excluded, bool fromDataAnnotation = false);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Function SetIsTableExcludedFromMigrations (entityType As IConventionEntityType, excluded As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

參數

entityType
IConventionEntityType

實體類型。

excluded
Nullable<Boolean>

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

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

傳回

已設定的值。

適用於

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>, StoreObjectIdentifier)

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

public static void SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, bool? excluded, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Nullable<bool> * StoreObjectIdentifier -> unit
<Extension()>
Public Sub SetIsTableExcludedFromMigrations (entityType As IMutableEntityType, excluded As Nullable(Of Boolean), ByRef storeObject As StoreObjectIdentifier)

參數

entityType
IMutableEntityType

實體類型。

excluded
Nullable<Boolean>

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

storeObject
StoreObjectIdentifier

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

適用於

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, StoreObjectIdentifier, Boolean)

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

public static bool? SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, bool? excluded, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Nullable<bool> * StoreObjectIdentifier * bool -> Nullable<bool>
<Extension()>
Public Function SetIsTableExcludedFromMigrations (entityType As IConventionEntityType, excluded As Nullable(Of Boolean), ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

參數

entityType
IConventionEntityType

實體類型。

excluded
Nullable<Boolean>

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

storeObject
StoreObjectIdentifier

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

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

傳回

已設定的值。

適用於