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.6.0.0 (5.6.19.0117)
Syntax protected 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