ValueGeneratorCache 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
ValueGeneratorCache() | |
ValueGeneratorCache(ValueGeneratorCacheDependencies) |
Initializes a new instance of the ValueGeneratorCache class. |
ValueGeneratorCache()
protected ValueGeneratorCache ();
Protected Sub New ()
Applies to
ValueGeneratorCache(ValueGeneratorCacheDependencies)
Initializes a new instance of the ValueGeneratorCache class.
public ValueGeneratorCache (Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies dependencies);
new Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache : Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCacheDependencies -> Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorCache
Public Sub New (dependencies As ValueGeneratorCacheDependencies)
Parameters
- dependencies
- ValueGeneratorCacheDependencies
Parameter object containing dependencies for this service.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework