Base:
method
GetValue
System.Data.Common.DbDataReader.GetValue(System.Int32)
4 references to GetValue
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
879
value = reader.
GetValue
(0);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
198
return
GetValue
(index);
205
return
GetValue
(ordinal);
978
return (TimeSpan)
GetValue
(ordinal);