GeneratorUtilsGetAllRelationshipsInScope 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.8.0.0 (5.8.21.0208)
Syntax public static IEnumerable<RelationshipEdge> GetAllRelationshipsInScope(
IGenerator executingGenerator
)
Public Shared Function GetAllRelationshipsInScope (
executingGenerator As IGenerator
) As IEnumerable(Of RelationshipEdge)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
Return Value
Type:
IEnumerableRelationshipEdgeall relationships in scope of the executing generator
See Also