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.5.0.0 (5.5.18.1019)
Syntax
public IRelationCollection FilterRelations { get; set; }

Property Value

Type: IRelationCollection

Implements

IPrefetchPathElementCoreFilterRelations
See Also