本文介绍了为什么MVC中的rowversion是一个字节数组(byte [])的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

愚蠢的问题警告:



为什么MVC中的rowVersion处理一个字节数组的并发?

i认为它只是一个int (保存每次增加/检查的数字)。

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).

推荐答案


这篇关于为什么MVC中的rowversion是一个字节数组(byte [])的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 11:25