2 writes to _sourceTableName
System.Data.Common (2)
System\Data\Common\DataTableMapping.cs (2)
93_sourceTableName = value; 101clone._sourceTableName = _sourceTableName;
3 references to _sourceTableName
System.Data.Common (3)
System\Data\Common\DataTableMapping.cs (3)
86get { return _sourceTableName ?? string.Empty; } 89if ((null != Parent) && (0 != ADP.SrcCompare(_sourceTableName, value))) 101clone._sourceTableName = _sourceTableName;