Aracılığıyla paylaş


IUpdateEntry.GetCurrentValue Yöntem

Tanım

Aşırı Yüklemeler

GetCurrentValue(IPropertyBase)

Özelliğine atanan değeri alır.

GetCurrentValue<TProperty>(IPropertyBase)

Özelliğine atanan değeri alır.

GetCurrentValue(IPropertyBase)

Kaynak:
IUpdateEntry.cs
Kaynak:
IUpdateEntry.cs
Kaynak:
IUpdateEntry.cs

Özelliğine atanan değeri alır.

public object GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
public object? GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
abstract member GetCurrentValue : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> obj
Public Function GetCurrentValue (propertyBase As IPropertyBase) As Object

Parametreler

propertyBase
IPropertyBase

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

Döndürülenler

özelliğinin değeri.

Şunlara uygulanır

GetCurrentValue<TProperty>(IPropertyBase)

Kaynak:
IUpdateEntry.cs
Kaynak:
IUpdateEntry.cs
Kaynak:
IUpdateEntry.cs

Özelliğine atanan değeri alır.

public TProperty GetCurrentValue<TProperty>(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
abstract member GetCurrentValue : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> 'Property
Public Function GetCurrentValue(Of TProperty) (propertyBase As IPropertyBase) As TProperty

Tür Parametreleri

TProperty

Özelliğin türü.

Parametreler

propertyBase
IPropertyBase

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

Döndürülenler

TProperty

özelliğinin değeri.

Şunlara uygulanır