次の方法で共有


IConventionSequence.SetIncrementBy(Nullable<Int32>, Boolean) メソッド

定義

シーケンス内の新しい値を取得するために増分される量を設定します。

public void SetIncrementBy (int? incrementBy, bool fromDataAnnotation = false);
public int? SetIncrementBy (int? incrementBy, bool fromDataAnnotation = false);
abstract member SetIncrementBy : Nullable<int> * bool -> unit
abstract member SetIncrementBy : Nullable<int> * bool -> Nullable<int>
Public Sub SetIncrementBy (incrementBy As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
Public Function SetIncrementBy (incrementBy As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

パラメーター

incrementBy
Nullable<Int32>

シーケンス内の新しい各値を取得するためにインクリメントされた量。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象