IMutableProperty.ValueGenerated Property

Definition

Gets or sets a value indicating when a value for this property will be generated by the database. Even when the property is set to be generated by the database, EF may still attempt to save a specific value (rather than having one generated by the database) when the entity is added and a value is assigned, or the property is marked as modified for an existing entity. See GetBeforeSaveBehavior() and GetAfterSaveBehavior() for more information and examples.

public Microsoft.EntityFrameworkCore.Metadata.ValueGenerated ValueGenerated { get; set; }
member this.ValueGenerated : Microsoft.EntityFrameworkCore.Metadata.ValueGenerated with get, set
Public Property ValueGenerated As ValueGenerated

Property Value

Applies to