6 writes to Parent
System.Data.Common (6)
System\Data\Common\DataTableMappingCollection.cs (6)
142value.Parent = this; 164item.Parent = null; 251value.Parent = this; 288_items[index].Parent = null; 319_items![index].Parent = null; 320newValue.Parent = this;
4 references to Parent
System.Data.Common (4)
System\Data\Common\DataTableMapping.cs (2)
89if ((null != Parent) && (0 != ADP.SrcCompare(_sourceTableName, value))) 91Parent.ValidateSourceTable(-1, value);
System\Data\Common\DataTableMappingCollection.cs (2)
342if (null != value.Parent) 344if (this != value.Parent)