Skip to main content
Table of Contents

Enum RowVersionMode

Namespace
Stratara.EventSourcing.EntityFrameworkCore.Conventions
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 = 0

Store as a raw byte array (default mapping in SQL Server's rowversion).

Uint = 1

Store as an unsigned 32-bit integer (preferred for PostgreSQL via Npgsql).