Transaction isolation level for database operations.
Corresponds to the System.Transactions.IsolationLevel but provides SQL provider specific functionality.
Only applied when SubmitUpdates creates its own (standalone) write transaction; if you wrap your
own ambient System.Transactions scope, that scope's isolation level is used instead.