DbConnectorSettings.DefaultIsolationLevel property

The isolation level used when BeginTransaction(Async) is called without one.

public IsolationLevel? DefaultIsolationLevel { get; set; }

Remarks

If not specified, the behavior is driver-specific.

See Also