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)
879value = reader.GetValue(0);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
198return GetValue(index); 205return GetValue(ordinal); 978return (TimeSpan) GetValue(ordinal);