Click or drag to resize

PrefetchPathElement.Filter 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.7.0.0 (5.7.0)
Syntax
public IPredicateExpression Filter { get; set; }

Property Value

Type: IPredicateExpression

Implements

IPrefetchPathElementCore.Filter
See Also