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