Sequence Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
public class Sequence : Microsoft.EntityFrameworkCore.Metadata.ISequence
type Sequence = class
interface ISequence
Public Class Sequence
Implements ISequence
- Dziedziczenie
-
Sequence
- Implementuje
Pola
| DefaultClrType | |
| DefaultIncrementBy | |
| DefaultIsCyclic | |
| DefaultMaxValue | |
| DefaultMinValue | |
| DefaultStartValue |
Właściwości
| ClrType | |
| IncrementBy | |
| IsCyclic | |
| MaxValue | |
| MinValue | |
| Model | |
| Name | |
| Schema | |
| StartValue | |
| SupportedTypes |
Metody
| FindSequence(IModel, String, String, String) | |
| FindSequence(IMutableModel, String, String, String) | |
| GetOrAddSequence(IMutableModel, String, String, String) | |
| GetSequences(IModel, String) |
Jawne implementacje interfejsu
| ISequence.ClrType | |
| ISequence.IncrementBy | |
| ISequence.IsCyclic | |
| ISequence.MaxValue | |
| ISequence.MinValue | |
| ISequence.Model | |
| ISequence.StartValue |