UpdateEntryExtensions.GetCurrentProviderValue(IUpdateEntry, IProperty) Yöntem

Tanım

Özelliğe 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

Object

Özelliğin değeri.

Şunlara uygulanır