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.6.0.0 (5.6.19.0117)
Syntax public 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 IEnumerable
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:
IEnumerableRemarks Declared public to avoid medium trust issues as the method is called through reflection
See Also