예제 #1
0
 internal static IEnumerable <ComplexType> ToHierarchy(
     this ComplexType edmType)
 {
     return(EdmType.SafeTraverseHierarchy <ComplexType>(edmType));
 }
예제 #2
0
 internal static IEnumerable <EntityType> ToHierarchy(this EntityType edmType)
 {
     return(EdmType.SafeTraverseHierarchy(edmType));
 }