EntityModelGraphGetAllSupertypeCandidates Method (IEnumerableEntityDefinition) | 
 
            Gets all supertype candidates to which all entities in subtypes can be made a subtype of.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic IEnumerable<EntityDefinition> GetAllSupertypeCandidates(
	IEnumerable<EntityDefinition> subTypes
)
Public Function GetAllSupertypeCandidates ( 
	subTypes As IEnumerable(Of EntityDefinition)
) As IEnumerable(Of EntityDefinition)
Parameters
- subTypes
 - Type: System.Collections.GenericIEnumerableEntityDefinition
The sub types. 
Return Value
Type: 
IEnumerableEntityDefinitionList of entities which can be a supertype for all entities in subtypes
See Also