5 writes to _tableName
System.Data.Common (5)
System\Data\DataTable.cs (5)
186
_tableName
= tableName ?? "";
428
_tableName
= info.GetString("DataTable.TableName")!;
1824
_tableName
= value;
1830
_tableName
= value;
2403
clone.
_tableName
= _tableName;
17 references to _tableName
System.Data.Common (17)
System\Data\DataTable.cs (17)
1773
get { return
_tableName
; }
1781
if (string.Compare(
_tableName
, value, true, currentLocale) != 0)
1818
if (
_tableName
.Length != 0)
1820
_dataSet.Tables.UnregisterName(
_tableName
);
1827
else if (string.Compare(
_tableName
, value, false, currentLocale) != 0)
2403
clone._tableName =
_tableName
;
5397
if (
_tableName
.Length == 0)
5570
if (
_tableName
.Length == 0)
6490
if (string.IsNullOrEmpty(
_tableName
) && string.IsNullOrEmpty(CurrentTableFullName))
6497
if (!string.IsNullOrEmpty(
_tableName
))
6501
currentTable = ds.Tables[
_tableName
, Namespace];
6505
int tableIndex = ds.Tables.InternalIndexOf(
_tableName
);
6528
if (!string.IsNullOrEmpty(
_tableName
))
6530
qTableName = (Namespace.Length > 0) ? (Namespace + ":" +
_tableName
) :
_tableName
;
6598
DataTable destinationTable = DataSet.Tables[tempTable.
_tableName
, tempTable.Namespace]!;
6599
DataTable sourceTable = ds.Tables[tempTable.
_tableName
, tempTable.Namespace]!;