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 |