5 writes to tableName
System.Data (5)
fx\src\data\System\Data\DataTable.cs (5)
202
this.
tableName
= tableName == null ? "" : tableName;
391
tableName
= info.GetString("DataTable.TableName");
1699
tableName
= value;
1704
tableName
= value;
2212
clone.
tableName
= tableName;
17 references to tableName
System.Data (17)
fx\src\data\System\Data\DataTable.cs (17)
1658
return
tableName
;
1668
if (String.Compare(
tableName
, value, true, currentLocale) != 0) {
1694
if (
tableName
.Length != 0) {
1695
dataSet.Tables.UnregisterName(
tableName
);
1702
else if (String.Compare(
tableName
, value, false, currentLocale) != 0) {
2212
clone.tableName =
tableName
;
4830
if (this.
tableName
.Length == 0) {
4978
if (this.
tableName
.Length == 0) {
5732
if (Common.ADP.IsEmpty(this.
tableName
) && Common.ADP.IsEmpty(CurrentTableFullName))
5737
if (!Common.ADP.IsEmpty(this.
tableName
)) {
5739
currentTable = ds.Tables[this.
tableName
, this.Namespace];
5742
int tableIndex = ds.Tables.InternalIndexOf(this.
tableName
);
5761
if (!Common.ADP.IsEmpty(this.
tableName
)) {
5762
qTableName = (this.Namespace.Length > 0)? (this.Namespace + ":" + this.
tableName
):this.
tableName
;
5819
DataTable destinationTable = this.DataSet.Tables[tempTable.
tableName
, tempTable.Namespace];
5820
DataTable sourceTable = ds.Tables[tempTable.
tableName
, tempTable.Namespace];