示例#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));
 }