IEntityType.GetValueGeneratingProperties Method

Definition

Returns the properties that need a value to be generated when the entity entry transitions to the Added state.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> GetValueGeneratingProperties ();
abstract member GetValueGeneratingProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public Function GetValueGeneratingProperties () As IEnumerable(Of IProperty)

Returns

The properties that need a value to be generated on add.

Applies to