Sequence 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class Sequence : Microsoft.EntityFrameworkCore.Metadata.ISequence
type Sequence = class
interface ISequence
Public Class Sequence
Implements ISequence
- 繼承
-
Sequence
- 實作
欄位
| DefaultClrType | |
| DefaultIncrementBy | |
| DefaultIsCyclic | |
| DefaultMaxValue | |
| DefaultMinValue | |
| DefaultStartValue |
屬性
| ClrType | |
| IncrementBy | |
| IsCyclic | |
| MaxValue | |
| MinValue | |
| Model | |
| Name | |
| Schema | |
| StartValue | |
| SupportedTypes |
方法
| FindSequence(IModel, String, String, String) | |
| FindSequence(IMutableModel, String, String, String) | |
| GetOrAddSequence(IMutableModel, String, String, String) | |
| GetSequences(IModel, String) |
明確介面實作
| ISequence.ClrType | |
| ISequence.IncrementBy | |
| ISequence.IsCyclic | |
| ISequence.MaxValue | |
| ISequence.MinValue | |
| ISequence.Model | |
| ISequence.StartValue |