Interface ITrackConcurrency
- Namespace
- Arbiter.CommandQuery.Definitions
- Assembly
- Arbiter.CommandQuery.dll
An interface indicating the implemented type supports tracking concurrency
public interface ITrackConcurrency
Properties
RowVersion
Gets or sets the row version concurrency value.
long RowVersion { get; set; }
Property Value
- long
The row version concurrency value.