Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Stupid question alert:

why is rowVersion in MVC to handle concurrency a byte array?
i thought it would just be an int (to hold a number that gets incremented / checked each time).
Posted

1 solution

The underlying SQL variable is 8-bytes
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900