13 writes to tableNamespace
System.Data (13)
fx\src\data\System\Data\DataRelation.cs (1)
545
ChildTable.
tableNamespace
= null; // if we dont throw, then let it inherit the Namespace
fx\src\data\System\Data\DataSet.cs (2)
1126
dt.
tableNamespace
= tbls[i].Namespace; // hardcode the namespace for a second to not mess up
1166
ds.Tables[i].
tableNamespace
= tbls[i].tableNamespace; // undo the hardcoding of the namespace
fx\src\data\System\Data\DataTable.cs (6)
392
tableNamespace
= info.GetString("DataTable.Namespace");
1793
tableNamespace
= value;
2214
clone.
tableNamespace
= tableNamespace;
4867
this.
tableNamespace
= tablenamespace;
5012
this.
tableNamespace
= tablenamespace;
5785
this.
tableNamespace
= tempTable.Namespace;
fx\src\data\System\Data\XMLSchema.cs (3)
702
childRelations[j].ChildTable.
tableNamespace
= null;
705
dt.
tableNamespace
= null;
1450
_tableChild.
tableNamespace
= null;
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
176
table.
tableNamespace
= tableNamespace;
19 references to tableNamespace
System.Data (19)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
685
if (table.
tableNamespace
!= null) {
fx\src\data\System\Data\DataRelation.cs (2)
542
if (CheckMultipleNested && ChildTable.
tableNamespace
!= null && ChildTable.
tableNamespace
.Length == 0) {
fx\src\data\System\Data\DataSet.cs (2)
681
if (dt.
tableNamespace
!= null)
1166
ds.Tables[i].tableNamespace = tbls[i].
tableNamespace
; // undo the hardcoding of the namespace
fx\src\data\System\Data\DataTable.cs (12)
1732
if (rel.ParentTable.
tableNamespace
!= null) {
1733
return rel.ParentTable.
tableNamespace
; // if parent table has a non-null NS, return it
1769
if (
tableNamespace
== null) {
1772
return
tableNamespace
;
1778
if(value !=
tableNamespace
) {
1801
return (null ==
tableNamespace
);
1806
if ((rel.Nested) && (rel.ChildTable != this) && (rel.ChildTable.
tableNamespace
== null)) {
1864
return(
tableNamespace
!= null);
2214
clone.tableNamespace =
tableNamespace
;
4844
string tablenamespace = this.
tableNamespace
;
4987
string tablenamespace = this.
tableNamespace
;//SQL BU Defect Tracking 286968
5783
if (this.DataSet == null && this.
tableNamespace
== null) { // webdata 105506
fx\src\data\System\Data\DataTableCollection.cs (1)
481
string ns = checkProperty ? table.Namespace : table.
tableNamespace
;
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
175
if (table.
tableNamespace
!= null) // Update table namespace