Click or drag to resize

IPathEdgeParserTSource, TDestinationFilterOn Method

Specifies that the prefetch path should be filtered.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
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.
See Also