5 references to GetInheritedNamespace
System.Data (5)
fx\src\data\System\Data\DataTable.cs (5)
1746return parentTable.GetInheritedNamespace(visitedTables);// this is the same as return parentTable.Namespace 1770return GetInheritedNamespace(new List<DataTable>()); 1780string realNamespace = (value == null ? GetInheritedNamespace(new List<DataTable>()) : value); 1823rel.ChildTable.CheckNamespaceValidityForNestedParentRelations(GetInheritedNamespace(new List<DataTable>()), this); 1828this.CheckNamespaceValidityForNestedParentRelations(GetInheritedNamespace(new List<DataTable>()), this);