1 write to Relation
System.Data.Common (1)
System\Data\DataRelationPropertyDescriptor.cs (1)
13Relation = dataRelation;
5 references to Relation
System.Data.Common (5)
System\Data\DataRelationPropertyDescriptor.cs (4)
26descriptor.Relation == Relation; 28public override int GetHashCode() => Relation.GetHashCode(); 35return dataRowView.CreateChildView(Relation);
System\Data\DataSet.cs (1)
3363return FindTable(((DataRelationPropertyDescriptor)currentProp).Relation.ChildTable, props, propStart + 1);