Share via


RuntimeEntityType.IEntityType.GetValueGeneratingProperties Method

Definition

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> IEntityType.GetValueGeneratingProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetValueGeneratingProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetValueGeneratingProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Function GetValueGeneratingProperties () As IEnumerable(Of IProperty) Implements IEntityType.GetValueGeneratingProperties

Returns

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

Implements

Attributes

Applies to