10 implementations of
System.Data (4)
fx\src\data\Microsoft\SqlServer\Server\SqlDataRecord.cs (1)
131public virtual object this [ String name ] {
fx\src\data\System\Data\Common\DbDataReader.cs (1)
55abstract public object this [ string name ] {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
26public abstract object this[string name] {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
402override public object this[string name] {
System.Data.Entity (6)
System\Data\Common\DataRecord.cs (1)
98public override object this[string name]
System\Data\EntityClient\EntityDataReader.cs (1)
122public 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\BridgeDataReader.cs (1)
589override public object this[string name] {
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
402override public object this[string name] {
2 references to
System.Data.Entity (2)
System\Data\EntityKey.cs (2)
957singletonKeyValue = record[member.Name]; 970compositeKeyValues[i] = record[member.Name];