RelationalPropertyExtensions.FindRelationalTypeMapping Méthode

Définition

Surcharges

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

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

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

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

FindRelationalTypeMapping(IProperty)

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

FindRelationalTypeMapping(IReadOnlyProperty)

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

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

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

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

Paramètres

property
IReadOnlyProperty

Propriété.

storeObject
StoreObjectIdentifier

Identificateur de l’objet de magasin de type table contenant la colonne.

Retours

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

S’applique à

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

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

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

Paramètres

property
IProperty

Propriété.

storeObject
StoreObjectIdentifier

Identificateur de l’objet de magasin de type table contenant la colonne.

Retours

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

S’applique à

FindRelationalTypeMapping(IProperty)

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

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

Paramètres

property
IProperty

Propriété.

Retours

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

Attributs

S’applique à

FindRelationalTypeMapping(IReadOnlyProperty)

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

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

Paramètres

property
IReadOnlyProperty

Propriété.

Retours

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

Attributs

S’applique à