Click or drag to resize
ViewProjectionDataTEntityAdditionalFilter Property
Gets the additional filter to apply to the data before projection. Only matching entities are projected

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 IPredicate AdditionalFilter { get; }

Property Value

Type: IPredicate
The additional filter.

Implements

IViewProjectionDataAdditionalFilter
See Also