Click or drag to resize

ProjectGetAllDirectlyRelatedEntitiesOfEntity Method

Gets all directly related entities of the entity specified. Entities over inherited relationships as well as subtypes of directly related entities are not included.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public IEnumerable<EntityDefinition> GetAllDirectlyRelatedEntitiesOfEntity(
	EntityDefinition involvedEntity
)

Parameters

involvedEntity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The involved entity.

Return Value

Type: IEnumerableEntityDefinition
All entities directly related to the entity specified
Remarks
Doesn't include related entities over inherited relationships
See Also