7 references to NestedParentsCount
System.Data (7)
fx\src\data\System\Data\DataRelation.cs (2)
525
if (ADP.IsEmpty(ChildTable.Namespace) && ((ChildTable.
NestedParentsCount
> 1) ||
526
((ChildTable.
NestedParentsCount
> 0) && ! (ChildTable.DataSet.Relations.Contains(this.RelationName))))) {
fx\src\data\System\Data\DataSet.cs (2)
2961
if (table.
NestedParentsCount
> 1 || table.SelfNested)
2968
if (table.
NestedParentsCount
== 0 && !topTables.Contains(table))
fx\src\data\System\Data\xmlsaver.cs (3)
611
if (top[i].
NestedParentsCount
> 1) { // if it has multiple parents, it should be global
1660
else if (childTable.
NestedParentsCount
>1 ) { // skip relations with multiple parents
1676
if (childTable.
NestedParentsCount
<= 1 )