internal static IEnumerable <ComplexType> ToHierarchy( this ComplexType edmType) { return(EdmType.SafeTraverseHierarchy <ComplexType>(edmType)); }
internal static IEnumerable <EntityType> ToHierarchy(this EntityType edmType) { return(EdmType.SafeTraverseHierarchy(edmType)); }