Click or drag to resize

GeneratorUtils.GetAllRelationshipInfosForEntity Method

Gets all relationship infos for the entity specified. The returned list can be used to traverse all relationships for the entity more easily

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public static List<RelationshipInfo> GetAllRelationshipInfosForEntity(
	IGenerator executingGenerator,
	EntityDefinition entity
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCore.IGenerator
The executing generator.
entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.EntityDefinition
The entity.

Return Value

Type: List<RelationshipInfo>
See Also