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