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)
Ö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)
Ö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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Entity Framework