Base:
method
GetValue
System.Data.Common.DbDataRecord.GetValue(System.Int32)
Implemented interface member:
method
GetValue
System.Data.IDataRecord.GetValue(System.Int32)
19 references to GetValue
System.Data.Entity (19)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
624
return DataRecord.
GetValue
(ordinal);
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (18)
393
return
GetValue
(ordinal);
404
return
GetValue
(GetOrdinal(name));
494
values[i] =
GetValue
(i);
509
return (bool)
GetValue
(ordinal);
518
return (byte)
GetValue
(ordinal);
527
return (char)
GetValue
(ordinal);
536
return (DateTime)
GetValue
(ordinal);
545
return (Decimal)
GetValue
(ordinal);
554
return (double)
GetValue
(ordinal);
563
return (float)
GetValue
(ordinal);
572
return (Guid)
GetValue
(ordinal);
581
return (Int16)
GetValue
(ordinal);
590
return (Int32)
GetValue
(ordinal);
599
return (Int64)
GetValue
(ordinal);
608
return (String)
GetValue
(ordinal);
622
object columnValue =
GetValue
(ordinal);
700
return (DbDataReader)
GetValue
(ordinal);
709
return (DbDataRecord)
GetValue
(ordinal);