7 references to NestedParentsCount
System.Data.Common (7)
System\Data\DataRelation.cs (2)
542
if (string.IsNullOrEmpty(ChildTable.Namespace) && ((ChildTable.
NestedParentsCount
> 1) ||
543
((ChildTable.
NestedParentsCount
> 0) && !(ChildTable.DataSet!.Relations.Contains(RelationName)))))
System\Data\DataSet.cs (2)
3237
if (table.
NestedParentsCount
> 1 || table.SelfNested)
3246
if (table.
NestedParentsCount
== 0 && !topTables.Contains(table))
System\Data\xmlsaver.cs (3)
714
if (top[i].
NestedParentsCount
> 1)
1940
else if (childTable.
NestedParentsCount
> 1)
1960
if (childTable.
NestedParentsCount
<= 1)