IUpdateEntry.GetCurrentValue メソッド

定義

オーバーロード

GetCurrentValue(IPropertyBase)

プロパティに割り当てられた値を取得します。

GetCurrentValue<TProperty>(IPropertyBase)

プロパティに割り当てられた値を取得します。

GetCurrentValue(IPropertyBase)

プロパティに割り当てられた値を取得します。

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

パラメーター

propertyBase
IPropertyBase

値が取得されるプロパティです。

戻り値

プロパティの値。

適用対象

GetCurrentValue<TProperty>(IPropertyBase)

プロパティに割り当てられた値を取得します。

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

型パラメーター

TProperty

プロパティの型。

パラメーター

propertyBase
IPropertyBase

値が取得されるプロパティです。

戻り値

TProperty

プロパティの値。

適用対象