Click or drag to resize
PrefetchPathElementFilterRelations Property
The relations to use in the filters. Initially this is an empty collection, as the fetches use subqueries. Add additional relations to this relation collection to have multi-entity filters.

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 IRelationCollection FilterRelations { get; set; }

Property Value

Type: IRelationCollection

Implements

IPrefetchPathElementCoreFilterRelations
See Also