Share via


IColumn.IsRowVersion Property

Definition

Indicates whether or not this column acts as an automatic concurrency token by generating a different value on every update in the same vein as 'rowversion'/'timestamp' columns on SQL Server.

public virtual bool IsRowVersion { get; }
member this.IsRowVersion : bool
Public Overridable ReadOnly Property IsRowVersion As Boolean

Property Value

Applies to