1 write to _boundSqlCType
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcParameter.cs (1)
776_boundSqlCType = sql_c_type;
3 references to _boundSqlCType
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcParameter.cs (3)
742&& (_boundSqlCType == sql_c_type) 845Value = parameterBuffer.MarshalToManaged(_preparedValueOffset, _boundSqlCType, cbActual); 847if (_boundSqlCType== ODBC32.SQL_C.CHAR) {