Click or drag to resize
ComplexPathEdgeParserTSource, TDestinationFilterOn Method
Specifies that the prefetch path should be filtered.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IPathEdgeParser<TSource, TDestination> FilterOn(
	Expression<Func<TDestination, bool>> predicate
)

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncTDestination, Boolean
Lambda expression specifying the filter

Return Value

Type: IPathEdgeParserTSource, TDestination
This instance to allow for method chaining.

Implements

IPathEdgeParserTSource, TDestinationFilterOn(ExpressionFuncTDestination, Boolean)
See Also