DatabaseProviderServices.ValueGeneratorSelector Property

Definition

Gets the IValueGeneratorSelector for the database provider. By default, EF will register a default implementation (ValueGeneratorSelector) which provides basic functionality but can be overridden if needed.

public virtual Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector ValueGeneratorSelector { get; }
member this.ValueGeneratorSelector : Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorSelector
Public Overridable ReadOnly Property ValueGeneratorSelector As IValueGeneratorSelector

Property Value

Implements

Applies to