Click or drag to resize
LLBLGenProODataServiceExpandProviderAppendWithPathCallT Method
Appends the WithPath call to the queryable specified

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 static IEnumerable AppendWithPathCall<T>(
	IQueryable query,
	IPathEdge[] pathEdges
)
where T : class, IEntityCore

Parameters

query
Type: System.LinqIQueryable
The query to append WithPath to.
pathEdges
Type: SD.LLBLGen.Pro.LinqSupportClassesIPathEdge
The path edges.

Type Parameters

T

Return Value

Type: IEnumerable
Remarks
Declared public to avoid medium trust issues as the method is called through reflection
See Also