PathEdge<TEndNode> Constructor (IPrefetchPathElementCore, Expression<Func<TEndNode, Boolean>>, ISortExpression, Int32, ExcludeIncludeFieldsList,IPathEdge[]) |
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic PathEdge(
IPrefetchPathElementCore pathElement,
Expression<Func<TEndNode, bool>> filterLambda,
ISortExpression sorter,
int limiter,
ExcludeIncludeFieldsList fieldsToExcludeInclude,
params IPathEdge[] childEdges
)
Public Sub New (
pathElement As IPrefetchPathElementCore,
filterLambda As Expression(Of Func(Of TEndNode, Boolean)),
sorter As ISortExpression,
limiter As Integer,
fieldsToExcludeInclude As ExcludeIncludeFieldsList,
ParamArray childEdges As IPathEdge()
)
Parameters
- pathElement
- Type: SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElementCore
The path element. - filterLambda
- Type: System.Linq.Expressions.Expression<Func<TEndNode, Boolean>>
The filter lambda. - sorter
- Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The sorter. - limiter
- Type: System.Int32
The limiter. - fieldsToExcludeInclude
- Type: SD.LLBLGen.Pro.ORMSupportClasses.ExcludeIncludeFieldsList
The fields to exclude include. - childEdges
- Type:SD.LLBLGen.Pro.LinqSupportClasses.IPathEdge[]
The child edges.
See Also