PathEdgeExpression Constructor (IPrefetchPathElementCore, Expression, ISortExpression, Int32, ReadOnlyCollectionExpression, Type, ExcludeIncludeFieldsList, ReadOnlyCollectionExpression, Boolean, ListFromClauseElementDirective) |
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax public PathEdgeExpression(
IPrefetchPathElementCore pathElement,
Expression filterLambda,
ISortExpression sorter,
int limiter,
ReadOnlyCollection<Expression> childEdges,
Type endNodeType,
ExcludeIncludeFieldsList fieldsToExcludeInclude,
ReadOnlyCollection<Expression> sortClauseExpressions,
bool noCaching,
List<FromClauseElementDirective> fromClauseDirectives
)
Public Sub New (
pathElement As IPrefetchPathElementCore,
filterLambda As Expression,
sorter As ISortExpression,
limiter As Integer,
childEdges As ReadOnlyCollection(Of Expression),
endNodeType As Type,
fieldsToExcludeInclude As ExcludeIncludeFieldsList,
sortClauseExpressions As ReadOnlyCollection(Of Expression),
noCaching As Boolean,
fromClauseDirectives As List(Of FromClauseElementDirective)
)
Parameters
- pathElement
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
The path element. - filterLambda
- Type: System.Linq.ExpressionsExpression
The filter lambda. - sorter
- Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter. - limiter
- Type: SystemInt32
The limiter. - childEdges
- Type: System.Collections.ObjectModelReadOnlyCollectionExpression
The child edges. - endNodeType
- Type: SystemType
End type of the node. - fieldsToExcludeInclude
- Type: SD.LLBLGen.Pro.ORMSupportClassesExcludeIncludeFieldsList
The fields to exclude include. - sortClauseExpressions
- Type: System.Collections.ObjectModelReadOnlyCollectionExpression
The sort clause expressions. - noCaching
- Type: SystemBoolean
if set to true [no caching]. - fromClauseDirectives
- Type: System.Collections.GenericListFromClauseElementDirective
The from clause directives
See Also