1 write to _boundSqlCType
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameter.cs (1)
887_boundSqlCType = sql_c_type;
3 references to _boundSqlCType
System.Data.Odbc (3)
System\Data\Odbc\OdbcParameter.cs (3)
850&& (_boundSqlCType == sql_c_type) 963Value = parameterBuffer.MarshalToManaged(_preparedValueOffset, _boundSqlCType, cbActual); 965if (_boundSqlCType == ODBC32.SQL_C.CHAR)