Condividi tramite


IUpdateEntry.SetCurrentValue(IPropertyBase, Object) Metodo

Definizione

Assegnare il valore specificato alla proprietà.

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)

Parametri

propertyBase
IPropertyBase

Proprietà per cui impostare il valore.

value
Object

Il valore da impostare.

Si applica a