共用方式為


IConventionSequence.SetStartValue(Nullable<Int64>, Boolean) 方法

定義

設定序列開始的值。

public void SetStartValue (long? startValue, bool fromDataAnnotation = false);
public long? SetStartValue (long? startValue, bool fromDataAnnotation = false);
abstract member SetStartValue : Nullable<int64> * bool -> unit
abstract member SetStartValue : Nullable<int64> * bool -> Nullable<int64>
Public Sub SetStartValue (startValue As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false)
Public Function SetStartValue (startValue As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)

參數

startValue
Nullable<Int64>

序列開始所在的值。

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

傳回

已設定的值。

適用於