Aracılığıyla paylaş


RuntimeEntityTypeMappingFragment Oluşturucu

Tanım

RuntimeEntityTypeMappingFragment sınıfının yeni bir örneğini başlatır.

public RuntimeEntityTypeMappingFragment (Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool? isTableExcludedFromMigrations);
new Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityTypeMappingFragment : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * StoreObjectIdentifier * Nullable<bool> -> Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityTypeMappingFragment
Public Sub New (entityType As RuntimeEntityType, ByRef storeObject As StoreObjectIdentifier, isTableExcludedFromMigrations As Nullable(Of Boolean))

Parametreler

entityType
RuntimeEntityType

Parçanın tanımlandığı varlık türü.

storeObject
StoreObjectIdentifier

Yapılandırmanın uygulandığı depolama nesnesi.

isTableExcludedFromMigrations
Nullable<Boolean>

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

Şunlara uygulanır