1 write to _sql_type
System.Data (1)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
823_sql_type = sql_type;
21 references to _sql_type
System.Data (21)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (4)
408switch(typemap._sql_type) { 524info._dbtype = typeMap._sql_type; 1797switch(metaInfos[i].typemap._sql_type) { 1814switch(metaInfos[i].typemap._sql_type) {
fx\src\data\System\Data\Odbc\OdbcParameter.cs (17)
335if ((ODBC32.SQL_TYPE.CHAR == _bindtype._sql_type) 336|| (ODBC32.SQL_TYPE.VARCHAR == _bindtype._sql_type) 337|| (ODBC32.SQL_TYPE.LONGVARCHAR == _bindtype._sql_type)) { 347if ((ODBC32.SQL_TYPE.CHAR == _bindtype._sql_type) 348|| (ODBC32.SQL_TYPE.VARCHAR == _bindtype._sql_type) 349|| (ODBC32.SQL_TYPE.LONGVARCHAR == _bindtype._sql_type)) { 585switch(_bindtype._sql_type) { 591|| command.Connection.TestRestrictedSqlBindType(_bindtype._sql_type)// or the type is not supported 623if (!command.Connection.TestTypeSupport (_bindtype._sql_type)) { 626if (ODBC32.SQL_TYPE.WCHAR == _bindtype._sql_type) { _bindtype = TypeMap._Char; } 627else if (ODBC32.SQL_TYPE.WVARCHAR == _bindtype._sql_type) { _bindtype = TypeMap._VarChar; } 628else if (ODBC32.SQL_TYPE.WLONGVARCHAR == _bindtype._sql_type) { 659switch(_bindtype._sql_type) { 743&& (_boundParameterType == _bindtype._sql_type) 757_bindtype._sql_type, // ParameterType 767command.Connection.FlagRestrictedSqlBindType(_bindtype._sql_type); 777_boundParameterType = _bindtype._sql_type;