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