ISqlServerPropertyAnnotations.ValueGenerationStrategy Property

Definition

Gets the SqlServerValueGenerationStrategy to use for the property.

If no strategy is set for the property, then the strategy to use will be taken from the IModel

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