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