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