Implemented interface member:
property
this
System.Data.IDataRecord.this[System.Int32]
5 overrides of
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
88public override object this[int i] {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
87public override object this[int ordinal]
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
59override public object this[int ordinal]
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
71override public object this[int ordinal]
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
391override public object this[int ordinal] {
3 references to
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
145Func<DbDataRecord, int, EntityKey> getEntityKey = (record, ordinal) => (EntityKey)record[ordinal];
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1268result = dbDataRecord[columnIndex];
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1268result = dbDataRecord[columnIndex];