TemporaryNumberValueGeneratorFactory Class

Definition

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
TemporaryNumberValueGeneratorFactory

Remarks

Types supported are: Int32, Int64, Int16, Byte, Char, UInt64, UInt32, UInt16, SByte, Decimal, Single, Double

Constructors

TemporaryNumberValueGeneratorFactory()

Methods

Create(IProperty)

Creates a new value generator.

Create(IProperty)
Obsolete.

Creates a new value generator.

(Inherited from ValueGeneratorFactory)
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)

Applies to