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)
88
public override object
this
[int i] {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
87
public override object
this
[int ordinal]
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
59
override public object
this
[int ordinal]
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
71
override public object
this
[int ordinal]
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
391
override public object
this
[int ordinal] {
3 references to
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
145
Func<DbDataRecord, int, EntityKey> getEntityKey = (record, ordinal) => (EntityKey)record
[
ordinal];
System.Web.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1268
result = dbDataRecord
[
columnIndex];
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataPoint.cs (1)
1268
result = dbDataRecord
[
columnIndex];