Sequence 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.
public class Sequence : Microsoft.EntityFrameworkCore.Metadata.ISequence
type Sequence = class
interface ISequence
Public Class Sequence
Implements ISequence
- Inheritance
-
Sequence
- Implements
Fields
DefaultClrType | |
DefaultIncrementBy | |
DefaultIsCyclic | |
DefaultMaxValue | |
DefaultMinValue | |
DefaultStartValue |
Properties
ClrType | |
IncrementBy | |
IsCyclic | |
MaxValue | |
MinValue | |
Model | |
Name | |
Schema | |
StartValue | |
SupportedTypes |
Methods
FindSequence(IModel, String, String, String) | |
FindSequence(IMutableModel, String, String, String) | |
GetOrAddSequence(IMutableModel, String, String, String) | |
GetSequences(IModel, String) |
Explicit Interface Implementations
ISequence.ClrType | |
ISequence.IncrementBy | |
ISequence.IsCyclic | |
ISequence.MaxValue | |
ISequence.MinValue | |
ISequence.Model | |
ISequence.StartValue |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework