The IsolationLevel enumeration in ADO.NET provides options such as ReadCommitted and ___________.

  • Serializable
  • ReadUncommitted
  • RepeatableRead
  • Snapshot
The IsolationLevel enumeration in ADO.NET provides options such as ReadCommitted, which ensures that a transaction reads only committed data. RepeatableRead ensures that a transaction can reread data it has previously read.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *