RelationalEntityTypeExtensions.GetContainerColumnTypeMapping Méthode

Définition

Attention

Container column mappings are now obtained from IColumnBase.StoreTypeMapping

Obtient le mappage de type de colonne conteneur auquel le type d’entité est mappé.

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? GetContainerColumnTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
[System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? GetContainerColumnTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetContainerColumnTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
[<System.Obsolete("Container column mappings are now obtained from IColumnBase.StoreTypeMapping")>]
static member GetContainerColumnTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetContainerColumnTypeMapping (entityType As IReadOnlyEntityType) As RelationalTypeMapping

Paramètres

entityType
IReadOnlyEntityType

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

Retours

Mappage de type de colonne conteneur auquel le type d’entité est mappé.

Attributs

S’applique à