HiLoValueGenerator<TValue>(HiLoValueGeneratorState) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe HiLoValueGenerator<TValue>.
protected HiLoValueGenerator(Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState generatorState);
new Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator<'Value> : Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGeneratorState -> Microsoft.EntityFrameworkCore.ValueGeneration.HiLoValueGenerator<'Value>
Protected Sub New (generatorState As HiLoValueGeneratorState)
Paramètres
- generatorState
- HiLoValueGeneratorState
État utilisé pour effectuer le suivi de la valeur à retourner ensuite.