DatabaseSequence.IncrementBy Property

Definition

The amount to increment by to generate the next value in, the sequence, or null if not set.

public virtual int? IncrementBy { get; set; }
member this.IncrementBy : Nullable<int> with get, set
Public Overridable Property IncrementBy As Nullable(Of Integer)

Property Value

Applies to