共用方式為


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 如果可以設定序列的指定起始值,則為 。

實作

適用於