79476057

Date: 2025-02-28 16:01:10
Score: 1.5
Natty:
Report link

Oracle does not support Entity Framework rowversion properties.

https://docs.oracle.com/en/database/oracle/oracle-database/23/odpnt/entityUnsupported.html

I use a date column for this purpose, and attribute the associated property in the entity class with [ConcurrencyCheck].

You do need an update trigger to set the column to sysdate.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: retiredcoder