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