IUpdateEntry.SetCurrentValue(IPropertyBase, Object) メソッド

定義

指定した値を プロパティに割り当てます。

public void SetCurrentValue (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase, object value);
abstract member SetCurrentValue : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase * obj -> unit
Public Sub SetCurrentValue (propertyBase As IPropertyBase, value As Object)

パラメーター

propertyBase
IPropertyBase

値を設定するプロパティです。

value
Object

設定する値。

適用対象