19 references to NestedParentRelations
System.Data (19)
fx\src\data\System\Data\ConstraintCollection.cs (1)
105
if (1 < table.
NestedParentRelations
.Length) {
fx\src\data\System\Data\DataRelation.cs (2)
438
DataRelation[] relations = list[i].
NestedParentRelations
;
751
if (0 < ChildTable.
NestedParentRelations
.Length) {
fx\src\data\System\Data\DataRow.cs (2)
227
DataRelation[] nestedParentRelations = _table.
NestedParentRelations
;
819
DataRelation[] nestedParentRelations = _table.
NestedParentRelations
;
fx\src\data\System\Data\DataRowCollection.cs (1)
77
if (table.
NestedParentRelations
.Length > 0) { // get in this trouble only if table has a nested parent
fx\src\data\System\Data\DataSet.cs (4)
683
if ((dt.
NestedParentRelations
.Length == 0) ||
684
(dt.
NestedParentRelations
.Length == 1 && dt.
NestedParentRelations
[0].ChildTable == dt)) {
2286
DataRelation[] nestedParentRelations = t.
NestedParentRelations
;
fx\src\data\System\Data\DataTable.cs (3)
1675
DataRelation[] nestedRelations =
NestedParentRelations
;
1728
DataRelation[] nestedRelations =
NestedParentRelations
;
5653
DataRelation[] relations = tableList[i].
NestedParentRelations
;
fx\src\data\System\Data\xmlsaver.cs (3)
1181
DataRelation [] nestedParentRelations = table.
NestedParentRelations
;
1488
DataRelation [] nestedParentRelations = _table.
NestedParentRelations
;
2168
if ( (state == DataRowState.Deleted ) && (row.Table.
NestedParentRelations
.Length != 0)){
fx\src\data\System\Data\XMLSchema.cs (1)
698
if (dt.
NestedParentRelations
.Length == 0 && dt.Namespace == ds.Namespace) {
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
725
DataRelation [] relations = row.Table.
NestedParentRelations
;
2611
DataRelation [] relations = childRow.Table.
NestedParentRelations
;