TemporaryNumberValueGeneratorFactory Class
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.
Factory for creation of temporary integer value generators appropriate for the numeric type of the property.
public class TemporaryNumberValueGeneratorFactory : Microsoft.EntityFrameworkCore.ValueGeneration.ValueGeneratorFactory
type TemporaryNumberValueGeneratorFactory = class
inherit ValueGeneratorFactory
Public Class TemporaryNumberValueGeneratorFactory
Inherits ValueGeneratorFactory
- Inheritance
Remarks
Types supported are: Int32, Int64, Int16, Byte, Char, UInt64, UInt32, UInt16, SByte, Decimal, Single, Double
Constructors
TemporaryNumberValueGeneratorFactory() |
Methods
Create(IProperty, IEntityType) |
Creates a new value generator. |
Create(IProperty, IEntityType) |
Creates a new value generator. (Inherited from ValueGeneratorFactory) |
Create(IProperty, ITypeBase) |
Creates a new value generator. |
Create(IProperty, ITypeBase) |
Creates a new value generator. (Inherited from ValueGeneratorFactory) |
Create(IProperty) |
Creates a new value generator. |
Create(IProperty) |
Obsolete.
Creates a new value generator. (Inherited from ValueGeneratorFactory) |
Applies to
Entity Framework