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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework