Aracılığıyla paylaş


RelationalEntityTypeExtensions.SetIsTableExcludedFromMigrations Yöntem

Tanım

Aşırı Yüklemeler

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>)

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

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, Boolean)

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

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>, StoreObjectIdentifier)

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

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

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

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>)

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

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))

Parametreler

entityType
IMutableEntityType

Varlık türü.

excluded
Nullable<Boolean>

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

Şunlara uygulanır

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, Boolean)

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

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)

Parametreler

entityType
IConventionEntityType

Varlık türü.

excluded
Nullable<Boolean>

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

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösterir.

Döndürülenler

Yapılandırılan değer.

Şunlara uygulanır

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>, StoreObjectIdentifier)

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

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)

Parametreler

entityType
IMutableEntityType

Varlık türü.

excluded
Nullable<Boolean>

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

storeObject
StoreObjectIdentifier

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

Şunlara uygulanır

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

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

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)

Parametreler

entityType
IConventionEntityType

Varlık türü.

excluded
Nullable<Boolean>

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

storeObject
StoreObjectIdentifier

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

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösterir.

Döndürülenler

Yapılandırılan değer.

Şunlara uygulanır