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