4 references to QueryFieldInfo
System.Data.Odbc (4)
System\Data\Odbc\OdbcDataReader.cs (4)
533bool isNotDbNull = QueryFieldInfo(i, ODBC32.SQL_C.BINARY, out _); 657return !QueryFieldInfo(i, typeMap._sql_c, out _); 1216isDbNull = !QueryFieldInfo(i, sqlctype, out cbLengthOrIndicator); 1319bool isDbNull = !QueryFieldInfo(i, ODBC32.SQL_C.WCHAR, out _);