InheritanceHierarchiesGraphGetAllSuperTypesForEntities Method  | 
 
            Gets all distinct super types for the entities specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic List<EntityDefinition> GetAllSuperTypesForEntities(
	IEnumerable<EntityDefinition> subTypes
)
Public Function GetAllSuperTypesForEntities ( 
	subTypes As IEnumerable(Of EntityDefinition)
) As List(Of EntityDefinition)
Parameters
- subTypes
 - Type: System.Collections.GenericIEnumerableEntityDefinition
The sub types. 
Return Value
Type: 
ListEntityDefinitionlist of all supertypes of the passed in subtypes. Could contain a type which is included in the subtypes specified
See Also