6 writes to Parent
System.Data (6)
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (6)
165
value.
Parent
= this;
187
item.
Parent
= null;
267
value.
Parent
= this;
297
items[index].
Parent
= null;
322
items[index].
Parent
= null;
323
newValue.
Parent
= this;
4 references to Parent
System.Data (4)
fx\src\data\System\Data\Common\DataTableMapping.cs (2)
100
if ((null !=
Parent
) && (0 != ADP.SrcCompare(_sourceTableName, value))) {
101
Parent
.ValidateSourceTable(-1, value);
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (2)
340
if (null != value.
Parent
) {
341
if (this != value.
Parent
) {