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