| 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.1.0.0 (5.1.0)
Syntaxpublic static IEnumerable AppendWithPathCall<T>(
	IQueryable query,
	IPathEdge[] pathEdges
)
where T : class, IEntityCore
Public Shared Function AppendWithPathCall(Of T As {Class, IEntityCore}) ( 
	query As IQueryable,
	pathEdges As IPathEdge()
) As IEnumerableParameters
- 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
RemarksDeclared public to avoid medium trust issues as the method is called through reflection
See Also