EntityViewBaseTEntitySetFilter Method  | 
 
            Applies the filter specified to the set related collection
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected virtual void SetFilter(
	IPredicate filter
)
Protected Overridable Sub SetFilter ( 
	filter As IPredicate
)
Parameters
- filter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to set. Will perform the filtering on the collection. 
See Also