Base:
method
GetValue
System.Data.Common.DbDataReader.GetValue(System.Int32)
7 references to GetValue
System.Data.Odbc (7)
System\Data\Odbc\DbDataRecord.cs (1)
118values[c] ??= _record.GetValue(c);
System\Data\Odbc\OdbcCommand.cs (1)
851value = reader.GetValue(0);
System\Data\Odbc\OdbcDataReader.cs (5)
300return GetValue(i); 308return GetValue(GetOrdinal(value)); 574values[i] = GetValue(i); 629return Convert.IsDBNull(GetValue(i)); // case 1, cache the value 650return Convert.IsDBNull(GetValue(i));