RelationalPropertyExtensions.GetRelationalTypeMapping Méthode

Définition

Surcharges

GetRelationalTypeMapping(IProperty)

Retourne le RelationalTypeMapping pour la propriété donnée sur un modèle finalisé.

GetRelationalTypeMapping(IReadOnlyProperty)

Retourne le RelationalTypeMapping pour la propriété donnée sur un modèle finalisé.

GetRelationalTypeMapping(IProperty)

Retourne le RelationalTypeMapping pour la propriété donnée sur un modèle finalisé.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IProperty) As RelationalTypeMapping

Paramètres

property
IProperty

Propriété.

Retours

Mappage de type.

Attributs

S’applique à

GetRelationalTypeMapping(IReadOnlyProperty)

Retourne le RelationalTypeMapping pour la propriété donnée sur un modèle finalisé.

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function GetRelationalTypeMapping (property As IReadOnlyProperty) As RelationalTypeMapping

Paramètres

property
IReadOnlyProperty

Propriété.

Retours

Mappage de type.

Attributs

S’applique à