IUpdateEntry.IsStoreGenerated(IProperty) Method

Definition

Gets a value indicating if the specified property should have a value generated by the database.

C#
public bool IsStoreGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property);

Parameters

property
IProperty

The property to be checked.

Returns

true if the property should have a value generated by the database, otherwise false.

Applies to

Product Versions
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0