5 references to GetInheritedNamespace
System.Data.Common (5)
System\Data\DataTable.cs (5)
1882
return parentTable.
GetInheritedNamespace
(visitedTables); // this is the same as return parentTable.Namespace
1903
get { return _tableNamespace ??
GetInheritedNamespace
(new List<DataTable>()); }
1913
string realNamespace = value ??
GetInheritedNamespace
(new List<DataTable>());
1964
rel.ChildTable.CheckNamespaceValidityForNestedParentRelations(
GetInheritedNamespace
(new List<DataTable>()), this);
1972
CheckNamespaceValidityForNestedParentRelations(
GetInheritedNamespace
(new List<DataTable>()), this);