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)
91
return
GetValue
(ordinal);
102
return
GetValue
(GetOrdinal(name));
195
return ((string)
GetValue
(ordinal))[0];