4 writes to _handle
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (4)
26_handle = handle; 104_handle = null; 111_handle = null; 162_handle = null;
7 references to _handle
System.Data (7)
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (7)
90if(null == _handle) { 94ODBC32.RetCode retcode = _handle.CompleteTransaction(ODBC32.SQL_COMMIT); 98connection.HandleError(_handle, retcode); 110OdbcConnectionHandle handle = _handle; 150if(null == _handle) { 154ODBC32.RetCode retcode = _handle.CompleteTransaction(ODBC32.SQL_ROLLBACK); 158connection.HandleError(_handle, retcode);