IConventionSequence 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以一种形式表示模型中的数据库序列,该序列可在生成模型时发生改变。
public interface IConventionSequence : Microsoft.EntityFrameworkCore.Metadata.ISequence
public interface IConventionSequence : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable, Microsoft.EntityFrameworkCore.Metadata.ISequence
public interface IConventionSequence : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
type IConventionSequence = interface
interface ISequence
type IConventionSequence = interface
interface ISequence
interface IAnnotatable
interface IConventionAnnotatable
type IConventionSequence = interface
interface IReadOnlySequence
interface IReadOnlyAnnotatable
interface IConventionAnnotatable
Public Interface IConventionSequence
Implements ISequence
Public Interface IConventionSequence
Implements IConventionAnnotatable, ISequence
Public Interface IConventionSequence
Implements IConventionAnnotatable, IReadOnlySequence
- 实现
注解
有关详细信息和示例 ,请参阅数据库序列 。
属性
Builder |
获取可用于配置此序列的生成器。 |
ClrType |
已过时。.
Type获取序列返回的值的 。 (继承自 IReadOnlySequence) |
IncrementBy |
获取递增的量,以获取序列中的每个新值。 (继承自 IReadOnlySequence) |
IsCyclic |
获取一个值,该值指示当达到最大值时,序列是否会从开头重新开始。 (继承自 IReadOnlySequence) |
IsInModel |
指示此对象是否位于模型中,即尚未从模型中删除。 (继承自 IConventionAnnotatable) |
Item[String] |
获取具有给定名称的批注的值,如果不存在,则返回 |
MaxValue |
获取序列支持的最大值,或者 |
MinValue |
获取序列支持的最小值,或者 |
Model |
IConventionModel获取定义此序列的 。 |
ModelSchema |
获取序列的模型架构。 这是中指定的 HasSequence(ModelBuilder, String, String) ,也是要与 一起使用 FindSequence(IConventionModel, String, String)的 。 (继承自 IReadOnlySequence) |
Name |
获取数据库中序列的名称。 (继承自 IReadOnlySequence) |
Schema |
获取包含 序列的数据库架构。 (继承自 IReadOnlySequence) |
StartValue |
获取序列将启动的值。 (继承自 IReadOnlySequence) |
Type |
获取序列返回的值的类型。 (继承自 IReadOnlySequence) |
方法
扩展方法
AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean) |
向 对象添加批注。 |
GetAnnotation(IConventionAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean) |
设置存储在给定名称下的批注。 如果具有指定名称的注释已存在,则覆盖现有批注。 如果 |
AnnotationsToDebugString(IAnnotatable, Int32) |
获取对象上声明的所有注释的调试字符串。 |
GetAnnotation(IAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
ToDebugString(ISequence, MetadataDebugStringOptions, Int32) |
创建给定元数据的可读表示形式。 警告:不要依赖于返回的字符串的格式。 它仅用于调试,可能会在发布之间任意更改。 |