8 references to Snapshot
System.Data (8)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
807case IsolationLevel.Snapshot:
fx\src\data\System\Data\Odbc\OdbcConnectionHandle.cs (1)
107case IsolationLevel.Snapshot:
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (1)
68_isolevel = IsolationLevel.Snapshot;
fx\src\data\System\Data\OleDb\OleDbTransaction.cs (1)
130case IsolationLevel.Snapshot:
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
63case SysTx.IsolationLevel.Snapshot: _isolationLevel = IsolationLevel.Snapshot; break;
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
989case IsolationLevel.Snapshot: 990throw SQL.SnapshotNotSupported(IsolationLevel.Snapshot); 1072case IsolationLevel.Snapshot: