IUpdateEntry.HasTemporaryValue(IProperty) Method

Definition

Gets a value indicating if the specified property has a temporary value.

public bool HasTemporaryValue (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member HasTemporaryValue : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
Public Function HasTemporaryValue (property As IProperty) As Boolean

Parameters

property
IProperty

The property to be checked.

Returns

true if the property has a temporary value, otherwise false.

Applies to