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