2 implementations of GetValue
System.Data.Common (2)
System\Data\Common\DbDataReader.cs (1)
243public abstract object GetValue(int ordinal);
System\Data\Common\DbDataRecord.cs (1)
63public abstract object GetValue(int i);
1 reference to GetValue
System.Data.Common (1)
System\Data\ProviderBase\DataReaderContainer.cs (1)
151return _dataReader.GetValue(ordinal);