IUpdateEntry.HasTemporaryValue(IProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework