3 references to GetInfoInt16Unhandled
System.Data (3)
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (3)
618
retcode = connection.
GetInfoInt16Unhandled
(ODBC32.SQL_INFO.GROUP_BY, out int16Value);
651
retcode = connection.
GetInfoInt16Unhandled
(ODBC32.SQL_INFO.IDENTIFIER_CASE, out int16Value);
715
retcode = connection.
GetInfoInt16Unhandled
(ODBC32.SQL_INFO.QUOTED_IDENTIFIER_CASE, out int16Value);