2 references to TestTypeSupport
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcParameter.cs (2)
590
|| !command.Connection.
TestTypeSupport
(ODBC32.SQL_TYPE.NUMERIC) // otherwise we convert if the driver does not support numeric
623
if (!command.Connection.
TestTypeSupport
(_bindtype._sql_type)) {