Click or drag to resize
PrefetchPathElement2Filter Property
The filter predicate expression to fetch the ToFetch entities. Initially this is set in the constructor. Add additional predicates to this predicate expression.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IPredicateExpression Filter { get; set; }

Property Value

Type: IPredicateExpression

Implements

IPrefetchPathElementCoreFilter
See Also