Condividi tramite


IUpdateEntry.GetPreStoreGeneratedCurrentValue(IPropertyBase) Metodo

Definizione

Ottiene il valore assegnato alla proprietà prima che siano stati applicati valori generati dall'archivio.

public object GetPreStoreGeneratedCurrentValue (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
public object? GetPreStoreGeneratedCurrentValue (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
abstract member GetPreStoreGeneratedCurrentValue : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> obj
Public Function GetPreStoreGeneratedCurrentValue (propertyBase As IPropertyBase) As Object

Parametri

propertyBase
IPropertyBase

Proprietà per cui ottenere il valore.

Restituisce

Valore della proprietà.

Si applica a