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
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