Aracılığıyla paylaş


RelationalEntityTypeExtensions.GetContainerColumnTypeMappingConfigurationSource Yöntem

Tanım

Dikkat

Container column mappings are now obtained from IColumnBase.StoreTypeMapping

Kapsayıcı sütun türü eşlemesi için öğesini ConfigurationSource alır.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetContainerColumnTypeMappingConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
[System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")]
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetContainerColumnTypeMappingConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetContainerColumnTypeMappingConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
[<System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")>]
static member GetContainerColumnTypeMappingConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetContainerColumnTypeMappingConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

Parametreler

entityType
IConventionEntityType

Kapsayıcı sütun türü eşlemesinin ayarlanacağı varlık türü.

Döndürülenler

ConfigurationSource Kapsayıcı sütun türü eşlemesi için.

Öznitelikler

Şunlara uygulanır