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