Aracılığıyla paylaş


UpdateEntryExtensions.GetOriginalProviderValue Yöntem

Tanım

Özelliğine atanan özgün değeri alır ve sağlayıcı tarafından beklenen değere dönüştürür.

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

Parametreler

updateEntry
IUpdateEntry

Giriş.

property
IProperty

değerini almak için özelliği.

Döndürülenler

özelliğinin değeri.

Şunlara uygulanır