Condividi tramite


IUpdateEntry.GetCurrentValue Metodo

Definizione

Overload

GetCurrentValue(IPropertyBase)

Ottiene il valore assegnato alla proprietà .

GetCurrentValue<TProperty>(IPropertyBase)

Ottiene il valore assegnato alla proprietà .

GetCurrentValue(IPropertyBase)

Ottiene il valore assegnato alla proprietà .

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

Parametri

propertyBase
IPropertyBase

Proprietà per cui ottenere il valore.

Restituisce

Valore della proprietà.

Si applica a

GetCurrentValue<TProperty>(IPropertyBase)

Ottiene il valore assegnato alla proprietà .

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

Parametri di tipo

TProperty

Tipo della proprietà.

Parametri

propertyBase
IPropertyBase

Proprietà per cui ottenere il valore.

Restituisce

TProperty

Valore della proprietà.

Si applica a