When working with optimistic concurrency, ADO.NET uses ___________ columns to track changes made to rows.
- Tracking
- Revision
- Version
- Identification
The correct option is "Version". ADO.NET uses version columns to track changes made to rows when working with optimistic concurrency.
Loading...
Related Quiz
- What is LINQ an abbreviation for in the context of programming?
- In Entity Framework, what is the role of the DbContext class?
- Scenario: You are working on a project that involves querying a list of products based on their category. Which LINQ operator would you use to accomplish this task?
- What is the primary purpose of a command object in ADO.NET?
-
In Entity Framework, what is a DbSet
?