Implemented interface member:
property
this
System.Data.IDataRecord.this[System.String]
5 overrides of
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
94public override object this[string name] {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
98public override object this[string name]
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
72override public object this[string name]
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
78override public object this[string name]
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
402override public object this[string name] {
4 references to
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (2)
178EntityKey principalKey = (EntityKey)record[constraint.FromRole.Name]; 179EntityKey dependentKey = (EntityKey)record[constraint.ToRole.Name];
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1249result = dbDataRecord[fieldName];
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1249result = dbDataRecord[fieldName];