12 references to SQL_NO_TOTAL
System.Data (12)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (12)
825Debug.Assert(lengthOrIndicator >= 0 || lengthOrIndicator == ODBC32.SQL_NO_TOTAL, "unexpected lengthOrIndicator value"); 827if (lengthOrIndicator <= cbMaxData && (ODBC32.SQL_NO_TOTAL != lengthOrIndicator)) { 844int cbBuilderInitialCapacity = (lengthOrIndicator == ODBC32.SQL_NO_TOTAL) ? cbMaxData : lengthOrIndicator; 850int cbMissing = (ODBC32.SQL_NO_TOTAL == lengthOrIndicator) ? -1 : lengthOrIndicator - cbActual; 865Debug.Assert(lengthOrIndicator >= 0 || lengthOrIndicator == ODBC32.SQL_NO_TOTAL, "unexpected lengthOrIndicator value"); 867if (ODBC32.SQL_NO_TOTAL != lengthOrIndicator) { 1222else if (ODBC32.SQL_NO_TOTAL == cbTotal) 1290if(ODBC32.SQL_NO_TOTAL != cbActual) { 1312junkSize = (ODBC32.SQL_NO_TOTAL != cbActual) ? cbActual : cbBufferLen; 1318while ((ODBC32.SQL_NO_TOTAL == cbActual) && GetData(i, ODBC32.SQL_C.BINARY, cbBufferLen, out cbActual)); 1535if ((Int32)cbActual == ODBC32.SQL_NO_TOTAL) { 1553if (cbActual == (IntPtr)ODBC32.SQL_NO_TOTAL) {