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