13 writes to _tableNamespace
System.Data.Common (13)
System\Data\DataRelation.cs (1)
569
ChildTable.
_tableNamespace
= null; // if we dont throw, then let it inherit the Namespace
System\Data\DataSet.cs (2)
1174
dt.
_tableNamespace
= tbls[i].Namespace; // hardcode the namespace for a second to not mess up
1232
ds.Tables[i].
_tableNamespace
= tbls[i]._tableNamespace; // undo the hardcoding of the namespace
System\Data\DataTable.cs (6)
429
_tableNamespace
= info.GetString("DataTable.Namespace");
1927
_tableNamespace
= value;
2405
clone.
_tableNamespace
= _tableNamespace;
5442
_tableNamespace
= tablenamespace;
5609
_tableNamespace
= tablenamespace;
6557
_tableNamespace
= tempTable.Namespace;
System\Data\XMLSchema.cs (3)
821
childRelations[j].ChildTable.
_tableNamespace
= null;
824
dt.
_tableNamespace
= null;
1681
_tableChild.
_tableNamespace
= null;
System\Data\XmlToDatasetMap.cs (1)
194
table.
_tableNamespace
= tableNamespace;
17 references to _tableNamespace
System.Data.Common (17)
System\Data\DataRelation.cs (2)
565
if (CheckMultipleNested && ChildTable.
_tableNamespace
!= null && ChildTable.
_tableNamespace
.Length == 0)
System\Data\DataSet.cs (2)
793
if (dt.
_tableNamespace
!= null)
1232
ds.Tables[i]._tableNamespace = tbls[i].
_tableNamespace
; // undo the hardcoding of the namespace
System\Data\DataTable.cs (11)
1865
if (rel.ParentTable.
_tableNamespace
!= null)
1867
return rel.ParentTable.
_tableNamespace
; // if parent table has a non-null NS, return it
1903
get { return
_tableNamespace
?? GetInheritedNamespace(new List<DataTable>()); }
1909
if (value !=
_tableNamespace
)
1935
internal bool IsNamespaceInherited() => null ==
_tableNamespace
;
1941
if ((rel.Nested) && (rel.ChildTable != this) && (rel.ChildTable.
_tableNamespace
== null))
2014
private bool ShouldSerializeNamespace() =>
_tableNamespace
!= null;
2405
clone._tableNamespace =
_tableNamespace
;
5415
string? tablenamespace =
_tableNamespace
;
5581
string? tablenamespace =
_tableNamespace
; //SQL BU Defect Tracking 286968
6554
if (DataSet == null &&
_tableNamespace
== null)
System\Data\DataTableCollection.cs (1)
520
string? ns = checkProperty ? table.Namespace : table.
_tableNamespace
;
System\Data\XmlToDatasetMap.cs (1)
193
if (table.
_tableNamespace
!= null) // Update table namespace