Voting at DZone is super easy, but you aren't logged in. Login and vote now.
By mswatcher
via weblogs.asp.net
Submitted: May 15 2008 / 23:21
I'm working with a database table that has a RowVersion field defined as a TimeStamp data type. The TimeStamp field is there to add concurrency into the application to ensure a row hasn't changed while a user is trying to update or delete it. When the TimeStamp field value is queried and added into the LINQ to SQL generated object it adds it adds the data as a System.Data.Linq.Binary type as opposed to a byte array.
SaveShareSend
Tags: .net, web design
Add your comment