All Tags »
ASP.NET »
LINQ »
GridView »
C# »
.NET (RSS)
Sorry, but there are no more tags available to filter with.
-
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 ...