IUpdateEntry.GetCurrentValue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Valore della proprietà.