Click or drag to resize
LLBLGenProODataServiceExpandProviderAddSegment Method
Adds the segment as pathedgenode

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

Parameters

parentNode
Type: SD.LLBLGen.Pro.ODataSupportClassesPathEdgeNode
The parent node.
segments
Type: System.Collections.GenericIListExpandSegment
The segments.
currentNodeIndex
Type: SystemInt32
The current node index in the segments list.
pathElement
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
The path element.
entityType
Type: SystemType
Type of the entity.
Remarks
Declared public to avoid medium trust reflection issues.
See Also