1 write to _sql_c
System.Data (1)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
824_sql_c = sql_c;
13 references to _sql_c
System.Data (13)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
583return !QueryFieldInfo(i, typeMap._sql_c, out dummy);
fx\src\data\System\Data\Odbc\OdbcParameter.cs (12)
298if ((ODBC32.SQL_C.NUMERIC == _bindtype._sql_c) && (0 != _internalPrecision)){ 303if (ODBC32.SQL_C.NUMERIC == _typemap._sql_c) { 309Debug.Assert((ODBC32.SQL_C.WCHAR == _bindtype._sql_c) || (ODBC32.SQL_C.BINARY == _bindtype._sql_c), "not wchar or binary"); 383if ((ODBC32.SQL_C.NUMERIC == _bindtype._sql_c) && (0 != _internalPrecision)){ 419if (ODBC32.SQL_C.NUMERIC == _typemap._sql_c) { 425Debug.Assert((ODBC32.SQL_C.WCHAR == _bindtype._sql_c) || (ODBC32.SQL_C.BINARY == _bindtype._sql_c), "not wchar or binary"); 430if (_bindtype._sql_c == ODBC32.SQL_C.WCHAR) { 455else if (ODBC32.SQL_C.WCHAR == _bindtype._sql_c) { 638sql_c_type = _bindtype._sql_c; 857Debug.Assert(ODBC32.SQL_C.NUMERIC == _typemap._sql_c, "unexpected");