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