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)
124values[c] = _record.GetValue(c);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (5)
257return GetValue(i); 263return GetValue(GetOrdinal(value)); 506values[i] = GetValue(i); 556return Convert.IsDBNull(GetValue(i)); // case 1, cache the value 576return Convert.IsDBNull(GetValue(i));