Skip to main content
2 of 2
added 61 characters in body
ashwnacharya
  • 14.9k
  • 27
  • 91
  • 117

Locking a database row in entity framework

I am using Entity framework 3.5

I need to edit a database row, and I want to ensure that no other process edits this row once I start editing it.

How do I achieve this in Entity Framework 3.5?

I am looking to lock a specific row, not an entire table.

ashwnacharya
  • 14.9k
  • 27
  • 91
  • 117