2 overrides of
System.Data (2)
fx\src\data\System\Data\DataRelationCollection.cs (2)
527public override DataRelation this[string name] { 676public override DataRelation this[string name] {
10 references to
System.Data (10)
fx\src\data\System\Data\DataRelationCollection.cs (1)
442DataRelation dr = this[name];
fx\src\data\System\Data\DataRow.cs (6)
740return GetChildRows(_table.ChildRelations[relationName], DataRowVersion.Default); 744return GetChildRows(_table.ChildRelations[relationName], version); 782return GetParentRow(_table.ParentRelations[relationName], DataRowVersion.Default); 786return GetParentRow(_table.ParentRelations[relationName], version); 839return GetParentRows(_table.ParentRelations[relationName], DataRowVersion.Default); 846return GetParentRows(_table.ParentRelations[relationName], version);
fx\src\data\System\Data\DataRowView.cs (1)
201return CreateChildView(DataView.Table.ChildRelations[relationName], followParent);
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
100relation = relations[relationName];
fx\src\data\System\Data\Filter\LookupNode.cs (1)
50relation = relations[relationName];