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)
72public override object GetValue(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
392public override object GetValue(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
342override public object GetValue(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
227override public object GetValue(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
419override public Object GetValue(int ordinal) {
3 references to GetValue
System.Data.Entity (3)
System\Data\Objects\DataClasses\EntityReference.cs (1)
695if (canSetModifiedProps && WrappedOwner.ObjectStateEntry.OriginalValues.GetValue(dependentOrdinal) != null)
System\Data\Objects\EntityEntry.cs (1)
3333object existing = record.GetValue(propertyIndex);
System\Data\Objects\FieldDescriptor.cs (1)
143propertyValue = (dbDataRecord.GetValue(dbDataRecord.GetOrdinal(_property.Name)));