Click or drag to resize
GeneratorUtilsGetAllRelationshipInfosForEntity 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.3.0.0 (5.3.0)
Syntax
public static List<RelationshipInfo> GetAllRelationshipInfosForEntity(
	IGenerator executingGenerator,
	EntityDefinition entity
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.

Return Value

Type: ListRelationshipInfo
See Also