Share via


ISqlServerModelAnnotations.ValueGenerationStrategy Property

Definition

The SqlServerValueGenerationStrategy to use for properties of keys in the model, unless the property has a different strategy explicitly set.

public Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy? ValueGenerationStrategy { get; }
member this.ValueGenerationStrategy : Nullable<Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy>
Public ReadOnly Property ValueGenerationStrategy As Nullable(Of SqlServerValueGenerationStrategy)

Property Value

Applies to