3 references to GetInfoInt16Unhandled
System.Data.Odbc (3)
System\Data\Odbc\OdbcMetaDataFactory.cs (3)
652
retcode = connection.
GetInfoInt16Unhandled
(ODBC32.SQL_INFO.GROUP_BY, out int16Value);
685
retcode = connection.
GetInfoInt16Unhandled
(ODBC32.SQL_INFO.IDENTIFIER_CASE, out int16Value);
752
retcode = connection.
GetInfoInt16Unhandled
(ODBC32.SQL_INFO.QUOTED_IDENTIFIER_CASE, out int16Value);