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