4 writes to nested
System.Data (4)
fx\src\data\System\Data\DataRelation.cs (4)
145this.nested = nested; 159this.nested = nested; 522this.nested = value; 535this.nested = false;
4 references to nested
System.Data (4)
fx\src\data\System\Data\DataRelation.cs (3)
417Debug.Assert(DataSet == null || ! nested, "this relation supposed to be not in dataset or not nested"); 470return nested; 476if (nested != value) {
fx\src\data\System\Data\DataRelationCollection.cs (1)
805newRelation.Nested = rel.nested;