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.1.0.0 (5.1.0)
Syntax protected 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