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\Objects\ObjectStateEntryDbDataRecord.cs (19)
75
return
GetValue
(ordinal);
82
return
GetValue
(GetOrdinal(name));
87
return (bool)
GetValue
(ordinal);
91
return (byte)
GetValue
(ordinal);
96
tempBuffer = (byte[])
GetValue
(ordinal);
129
return (char)
GetValue
(ordinal);
134
tempBuffer = (char[])
GetValue
(ordinal);
176
return (DateTime)
GetValue
(ordinal);
180
return (Decimal)
GetValue
(ordinal);
184
return (Double)
GetValue
(ordinal);
192
return (float)
GetValue
(ordinal);
196
return (Guid)
GetValue
(ordinal);
200
return (Int16)
GetValue
(ordinal);
204
return (Int32)
GetValue
(ordinal);
208
return (Int64)
GetValue
(ordinal);
225
return (string)
GetValue
(ordinal);
247
values[i] =
GetValue
(i);
253
return (
GetValue
(ordinal) == DBNull.Value);
270
return (DbDataRecord)
GetValue
(ordinal);