Click or drag to resize
LLBLGenProODataServiceExpandProvider.AddSegment Method
Adds the segment as pathedgenode

Namespace: SD.LLBLGen.Pro.ODataSupportClasses
Assembly: SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void AddSegment(
	PathEdgeNode parentNode,
	IList<ExpandSegment> segments,
	int currentNodeIndex,
	IPrefetchPathElementCore pathElement,
	Type entityType
)

Parameters

parentNode
Type: SD.LLBLGen.Pro.ODataSupportClasses.PathEdgeNode
The parent node.
segments
Type: System.Collections.Generic.IList<ExpandSegment>
The segments.
currentNodeIndex
Type: System.Int32
The current node index in the segments list.
pathElement
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElementCore
The path element.
entityType
Type: System.Type
Type of the entity.
Remarks
Declared public to avoid medium trust reflection issues.
See Also