Implemented interface member:
method
GetValue
System.Data.IDataRecord.GetValue(System.Int32)
5 overrides of GetValue
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
72
public override object
GetValue
(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
392
public override object
GetValue
(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
342
override public object
GetValue
(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
227
override public object
GetValue
(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
419
override public Object
GetValue
(int ordinal) {
3 references to GetValue
System.Data.Entity (3)
System\Data\Objects\DataClasses\EntityReference.cs (1)
695
if (canSetModifiedProps && WrappedOwner.ObjectStateEntry.OriginalValues.
GetValue
(dependentOrdinal) != null)
System\Data\Objects\EntityEntry.cs (1)
3333
object existing = record.
GetValue
(propertyIndex);
System\Data\Objects\FieldDescriptor.cs (1)
143
propertyValue = (dbDataRecord.
GetValue
(dbDataRecord.GetOrdinal(_property.Name)));