Base:
method
GetValue
System.Data.Common.DbDataRecord.GetValue(System.Int32)
Implemented interface member:
method
GetValue
System.Data.IDataRecord.GetValue(System.Int32)
3 references to GetValue
System.Data.Entity (3)
System\Data\Common\DataRecord.cs (3)
91return GetValue(ordinal); 102return GetValue(GetOrdinal(name)); 195return ((string)GetValue(ordinal))[0];