UpdateEntryExtensions.GetCurrentProviderValue(IUpdateEntry, IProperty) Méthode

Définition

Obtient la valeur affectée à la propriété et la convertit en la valeur attendue par le fournisseur.

public static object GetCurrentProviderValue (this Microsoft.EntityFrameworkCore.Update.IUpdateEntry updateEntry, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static object? GetCurrentProviderValue (this Microsoft.EntityFrameworkCore.Update.IUpdateEntry updateEntry, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetCurrentProviderValue : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Metadata.IProperty -> obj
<Extension()>
Public Function GetCurrentProviderValue (updateEntry As IUpdateEntry, property As IProperty) As Object

Paramètres

updateEntry
IUpdateEntry

Entrée.

property
IProperty

Propriété pour laquelle obtenir la valeur.

Retours

Valeur de la propriété.

S’applique à