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