12 references to SQL_NO_TOTAL
System.Data.Odbc (12)
System\Data\Odbc\OdbcDataReader.cs (12)
966Debug.Assert(lengthOrIndicator >= 0 || lengthOrIndicator == ODBC32.SQL_NO_TOTAL, "unexpected lengthOrIndicator value"); 968if (lengthOrIndicator <= cbMaxData && (ODBC32.SQL_NO_TOTAL != lengthOrIndicator)) 986int cbBuilderInitialCapacity = (lengthOrIndicator == ODBC32.SQL_NO_TOTAL) ? cbMaxData : lengthOrIndicator; 992int cbMissing = (ODBC32.SQL_NO_TOTAL == lengthOrIndicator) ? -1 : lengthOrIndicator - cbActual; 1009Debug.Assert(lengthOrIndicator >= 0 || lengthOrIndicator == ODBC32.SQL_NO_TOTAL, "unexpected lengthOrIndicator value"); 1011if (ODBC32.SQL_NO_TOTAL != lengthOrIndicator) 1401else if (ODBC32.SQL_NO_TOTAL == cbTotal) 1473if (ODBC32.SQL_NO_TOTAL != cbActual) 1499junkSize = (ODBC32.SQL_NO_TOTAL != cbActual) ? cbActual : cbBufferLen; 1505while ((ODBC32.SQL_NO_TOTAL == cbActual) && GetData(i, ODBC32.SQL_C.BINARY, cbBufferLen, out cbActual)); 1749if ((int)cbActual == ODBC32.SQL_NO_TOTAL) 1769if (cbActual == (IntPtr)ODBC32.SQL_NO_TOTAL)