IConventionSequence.SetIncrementBy(Nullable<Int32>, Boolean) Metoda

Definice

Nastaví částku, která se navýší, aby získala každou novou hodnotu v posloupnosti.

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)

Parametry

incrementBy
Nullable<Int32>

Částka navýší, aby se získala každá nová hodnota v sekvenci.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Nakonfigurovaná hodnota.

Platí pro