ValueGeneratorSelector Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ValueGeneratorSelector(IValueGeneratorCache) |
Initializes a new instance of the ValueGeneratorSelector class. |
ValueGeneratorSelector(ValueGeneratorSelectorDependencies) |
Initializes a new instance of the ValueGeneratorSelector class. |
ValueGeneratorSelector(IValueGeneratorCache)
Initializes a new instance of the ValueGeneratorSelector class.
public ValueGeneratorSelector (Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache cache);
new Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector : Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector
Public Sub New (cache As IValueGeneratorCache)
Parameters
- cache
- IValueGeneratorCache
The cache to be used to store value generator instances.
Applies to
ValueGeneratorSelector(ValueGeneratorSelectorDependencies)
Initializes a new instance of the ValueGeneratorSelector class.
public ValueGeneratorSelector (Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies dependencies);
new Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector : Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelectorDependencies -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorSelector
Public Sub New (dependencies As ValueGeneratorSelectorDependencies)
Parameters
- dependencies
- ValueGeneratorSelectorDependencies
Parameter object containing dependencies for this service.
Applies to
Entity Framework