IViewProjectionDataAdditionalFilter 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.5.0.0 (5.5.18.1019)
SyntaxIPredicate AdditionalFilter { get; }ReadOnly Property AdditionalFilter As IPredicate
	Get
Property Value
Type: 
IPredicateThe additional filter.
See Also