4 writes to _handle
System.Data.Odbc (4)
System\Data\Odbc\OdbcTransaction.cs (4)
18_handle = handle; 96_handle = null; 104_handle = null; 167_handle = null;
7 references to _handle
System.Data.Odbc (7)
System\Data\Odbc\OdbcTransaction.cs (7)
80if (null == _handle) 85ODBC32.SQLRETURN retcode = _handle.CompleteTransaction(ODBC32.SQL_COMMIT); 90connection.HandleError(_handle, retcode); 103OdbcConnectionHandle? handle = _handle; 153if (null == _handle) 158ODBC32.SQLRETURN retcode = _handle.CompleteTransaction(ODBC32.SQL_ROLLBACK); 163connection.HandleError(_handle, retcode);