IUpdateEntry.GetCurrentValue Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
özelliğinin değeri.