4 references to QueryFieldInfo
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (4)
472bool isNotDbNull = QueryFieldInfo(i, ODBC32.SQL_C.BINARY, out dummy); 583return !QueryFieldInfo(i, typeMap._sql_c, out dummy); 1049isDbNull = !QueryFieldInfo(i, sqlctype, out cbLengthOrIndicator); 1143bool isDbNull = !QueryFieldInfo(i, ODBC32.SQL_C.WCHAR, out cbLengthOrIndicator);