4 references to RETCODE
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcException.cs (4)
25ODBC32.RETCODE _retcode; // DO NOT REMOVE! only needed for serialization purposes, because Everett had it. 47_retcode = (ODBC32.RETCODE) si.GetValue("odbcRetcode", typeof(ODBC32.RETCODE)); 64si.AddValue("odbcRetcode", _retcode, typeof(ODBC32.RETCODE));