Concurrency-token strategy stored by .rowVersion().
.rowVersion()
'increment'
'timestamp'
new Date()
'manual'
Concurrency-token strategy stored by
.rowVersion().'increment'— ORM increments an integer counter on each UPDATE.'timestamp'— ORM sets the value tonew Date()on each UPDATE.'manual'— caller supplies the new value; ORM only enforces the check.