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.9.0.0 (5.9.0)
Syntaxprotected virtual bool SetFilter(
	IPredicate filter
)
Protected Overridable Function SetFilter ( 
	filter As IPredicate
) As Boolean
Parameters
- filter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to set. Will perform the filtering on the collection. 
Return Value
Type: 
Booleantrue if filtering took place, otherwise false.
See Also