SequenceBuilder.IConventionSequenceBuilder.CanSetStartsAt 方法

定义

返回一个值,该值指示是否可以为序列设置给定的起始值。

bool IConventionSequenceBuilder.CanSetStartsAt (long? startValue, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetStartsAt : Nullable<int64> * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionSequenceBuilder.CanSetStartsAt : Nullable<int64> * bool -> bool
Function CanSetStartsAt (startValue As Nullable(Of Long), fromDataAnnotation As Boolean) As Boolean Implements IConventionSequenceBuilder.CanSetStartsAt

参数

startValue
Nullable<Int64>

序列的起始值。

fromDataAnnotation
Boolean

指示配置是否是使用数据注释指定的。

返回

true 如果可以为序列设置给定的起始值,则为 。

实现

适用于