Click or drag to resize

ProjectGetAllSuperTypesForEntities Method

Gets all distinct super types for the entities specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public List<EntityDefinition> GetAllSuperTypesForEntities(
	IEnumerable<EntityDefinition> subTypes
)

Parameters

subTypes
Type: System.Collections.GenericIEnumerableEntityDefinition
The sub types.

Return Value

Type: ListEntityDefinition
list of all supertypes of the passed in subtypes. Could contain a type which is included in the subtypes specified
See Also