Base:
method
GetValue
System.Data.Common.DbDataRecord.GetValue(System.Int32)
Implemented interface member:
method
GetValue
System.Data.IDataRecord.GetValue(System.Int32)
21 references to GetValue
System.Data.Entity (21)
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
323
keyValues[i] = currentValues.
GetValue
(ordinal);
System\Data\Objects\EntityEntry.cs (1)
3293
object existing = current.
GetValue
(index);
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (19)
63
return
GetValue
(ordinal);
76
return
GetValue
(GetOrdinal(name));
87
return (bool)
GetValue
(ordinal);
97
return (byte)
GetValue
(ordinal);
112
tempBuffer = (byte[])
GetValue
(ordinal);
151
return (char)
GetValue
(ordinal);
166
tempBuffer = (char[])
GetValue
(ordinal);
228
return (DateTime)
GetValue
(ordinal);
237
return (Decimal)
GetValue
(ordinal);
246
return (double)
GetValue
(ordinal);
265
return (float)
GetValue
(ordinal);
274
return (Guid)
GetValue
(ordinal);
283
return (Int16)
GetValue
(ordinal);
292
return (Int32)
GetValue
(ordinal);
301
return (Int64)
GetValue
(ordinal);
335
return (string)
GetValue
(ordinal);
367
values[i] =
GetValue
(i);
378
return (
GetValue
(ordinal) == DBNull.Value);
550
return (DbDataRecord)
GetValue
(ordinal);