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