6 writes to Parent
System.Data.Common (6)
System\Data\Common\DataColumnMappingCollection.cs (6)
183value.Parent = this; 212item.Parent = null; 314value.Parent = this; 351_items[index].Parent = null; 383_items[index].Parent = null; 384newValue.Parent = this;
4 references to Parent
System.Data.Common (4)
System\Data\Common\DataColumnMapping.cs (2)
57if ((null != Parent) && (0 != ADP.SrcCompare(_sourceColumnName, value))) 59Parent.ValidateSourceColumn(-1, value);
System\Data\Common\DataColumnMappingCollection.cs (2)
406if (null != value.Parent) 408if (this != value.Parent)