PropertyBuilder<TProperty>.ValueGeneratedOnAddOrUpdate Method

Definition

Configures a property to have a value generated when saving a new or existing entity.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ValueGeneratedOnAddOrUpdate ();
override this.ValueGeneratedOnAddOrUpdate : unit -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
Public Overridable Function ValueGeneratedOnAddOrUpdate () As PropertyBuilder(Of TProperty)

Returns

The same builder instance so that multiple configuration calls can be chained.

Applies to