Enum RowVersionMode
- Assembly
- Stratara.EventSourcing.EntityFrameworkCore.dll
How a RowVersion column is stored on disk when applying the row-version convention via
ApplyRowVersionConvention.
public enum RowVersionMode
- Extension Methods
Fields
ByteArray = 0Store as a raw byte array (default mapping in SQL Server's
rowversion).Uint = 1Store as an unsigned 32-bit integer (preferred for PostgreSQL via Npgsql).