Udostępnij za pośrednictwem


UpdateEntryExtensions.GetCurrentProviderValue(IUpdateEntry, IProperty) Metoda

Definicja

Pobiera wartość przypisaną do właściwości i konwertuje ją na wartość oczekiwaną od dostawcy.

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

Parametry

updateEntry
IUpdateEntry

Wpis.

property
IProperty

Właściwość , która ma pobrać wartość .

Zwraca

Wartość właściwości .

Dotyczy