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ğe atanan değeri alır. |
| GetCurrentValue<TProperty>(IPropertyBase) |
Özelliğe atanan değeri alır. |
GetCurrentValue(IPropertyBase)
Özelliğe 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ğin değeri.
Şunlara uygulanır
GetCurrentValue<TProperty>(IPropertyBase)
Özelliğe 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ğin değeri.