4 references to Relation
System.Data (4)
fx\src\data\System\Data\DataRelationPropertyDescriptor.cs (3)
51return(descriptor.Relation == Relation); 57return Relation.GetHashCode();
fx\src\data\System\Data\DataSet.cs (1)
3105return FindTable(((DataRelationPropertyDescriptor)currentProp).Relation.ChildTable, props, propStart + 1);