IUpdateEntry.GetCurrentValue Método

Definición

Sobrecargas

GetCurrentValue(IPropertyBase)

Obtiene el valor asignado a la propiedad .

GetCurrentValue<TProperty>(IPropertyBase)

Obtiene el valor asignado a la propiedad .

GetCurrentValue(IPropertyBase)

Obtiene el valor asignado a la propiedad .

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

Parámetros

propertyBase
IPropertyBase

La propiedad cuyo valor se va a obtener.

Devoluciones

Valor de la propiedad.

Se aplica a

GetCurrentValue<TProperty>(IPropertyBase)

Obtiene el valor asignado a la propiedad .

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

Parámetros de tipo

TProperty

Tipo de la propiedad.

Parámetros

propertyBase
IPropertyBase

La propiedad cuyo valor se va a obtener.

Devoluciones

TProperty

Valor de la propiedad.

Se aplica a