Partager via


RelationalElementTypeExtensions.FindRelationalTypeMapping Méthode

Définition

Retourne le RelationalTypeMapping pour l’élément donné sur un modèle finalisé.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType elementType);
[<System.Diagnostics.DebuggerStepThrough>]
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (elementType As IReadOnlyElementType) As RelationalTypeMapping

Paramètres

elementType
IReadOnlyElementType

Élément.

Retours

Mappage de type ou null si aucun n’a été trouvé.

Attributs

S’applique à