1 write to _sql_type
System.Data.Odbc (1)
System\Data\Odbc\Odbc32.cs (1)
814_sql_type = sql_type;
21 references to _sql_type
System.Data.Odbc (21)
System\Data\Odbc\OdbcDataReader.cs (4)
468switch (typemap._sql_type) 595info._dbtype = typeMap._sql_type; 2039switch (metaInfos[i].typemap._sql_type) 2057switch (metaInfos[i].typemap._sql_type)
System\Data\Odbc\OdbcParameter.cs (17)
366if ((ODBC32.SQL_TYPE.CHAR == _bindtype._sql_type) 367|| (ODBC32.SQL_TYPE.VARCHAR == _bindtype._sql_type) 368|| (ODBC32.SQL_TYPE.LONGVARCHAR == _bindtype._sql_type)) 380if ((ODBC32.SQL_TYPE.CHAR == _bindtype._sql_type) 381|| (ODBC32.SQL_TYPE.VARCHAR == _bindtype._sql_type) 382|| (ODBC32.SQL_TYPE.LONGVARCHAR == _bindtype._sql_type)) 669switch (_bindtype!._sql_type) 676|| command.Connection.TestRestrictedSqlBindType(_bindtype._sql_type)// or the type is not supported 713if (!command.Connection.TestTypeSupport(_bindtype._sql_type)) 717if (ODBC32.SQL_TYPE.WCHAR == _bindtype._sql_type) { _bindtype = TypeMap._Char; } 718else if (ODBC32.SQL_TYPE.WVARCHAR == _bindtype._sql_type) { _bindtype = TypeMap._VarChar; } 719else if (ODBC32.SQL_TYPE.WLONGVARCHAR == _bindtype._sql_type) 755switch (_bindtype._sql_type) 851&& (_boundParameterType == _bindtype!._sql_type) 866_bindtype!._sql_type, // ParameterType 877command.Connection.FlagRestrictedSqlBindType(_bindtype._sql_type); 888_boundParameterType = _bindtype._sql_type;