Base:
method
GetValue
System.Data.Common.DbDataReader.GetValue(System.Int32)
4 references to GetValue
System.Data.OleDb (4)
OleDbCommand.cs (1)
956
value = reader.
GetValue
(0);
OleDbDataReader.cs (3)
207
return
GetValue
(index);
216
return
GetValue
(ordinal);
1082
return (TimeSpan)
GetValue
(ordinal);