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