3 references to DbTypeNotSupported
System.Data (3)
fx\src\data\System\Data\Odbc\Odbc32.cs (1)
889default: throw ADP.DbTypeNotSupported(dbType, typeof(OdbcType));
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (1)
360throw ADP.DbTypeNotSupported(dbType, typeof(OleDbType)); // MDAC 66009
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
250default: throw ADP.DbTypeNotSupported(target, typeof(SqlDbType)); // no direct mapping, error out