Share via


RelationalEntityTypeExtensions.GetContainerColumnTypeMappingConfigurationSource Méthode

Définition

Attention

Container column mappings are now obtained from IColumnBase.StoreTypeMapping

Obtient le ConfigurationSource pour le mappage de type de colonne de conteneur.

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)

Paramètres

entityType
IConventionEntityType

Type d’entité pour lequel définir le mappage de type de colonne de conteneur.

Retours

ConfigurationSource pour le mappage de type de colonne de conteneur.

Attributs

S’applique à