Share via


DatabaseSequence.IsCyclic Property

Definition

Indicates whether or not the sequence will start over when the max value is reached, or null if not set.

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

Property Value

Applies to