Base:
method
GetValue
System.Data.Common.DbDataReader.GetValue(System.Int32)
6 references to GetValue
System.Data (6)
fx\src\data\System\Data\Odbc\DbDataRecord.cs (1)
124
values[c] = _record.
GetValue
(c);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (5)
257
return
GetValue
(i);
263
return
GetValue
(GetOrdinal(value));
506
values[i] =
GetValue
(i);
556
return Convert.IsDBNull(
GetValue
(i)); // case 1, cache the value
576
return Convert.IsDBNull(
GetValue
(i));