Click or drag to resize
GeneratorUtils.GetAllRelationshipsInScope Method
Gets all relationships in scope of the executing generator

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 IEnumerable<RelationshipEdge> GetAllRelationshipsInScope(
	IGenerator executingGenerator
)

Parameters

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

Return Value

Type: IEnumerable<RelationshipEdge>
all relationships in scope of the executing generator
See Also