Mid ADO.NET

Serializable: Prevents dirty, non-repeatable, and phantom reads. This is the most?

restrictive but guarantees the highest level of consistency.

You set the isolation level using the Transaction object:

SqlTransaction transaction =

connection.BeginTransaction(IsolationLevel.Serializable);

More from ADO.NET Core Tutorial

All questions for this course