UpdateEntryExtensions.GetCurrentProviderValue(IUpdateEntry, IProperty) Yöntem

Tanım

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

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

Parametreler

updateEntry
IUpdateEntry

Giriş.

property
IProperty

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

Döndürülenler

özelliğinin değeri.

Şunlara uygulanır