EntityViewBaseTEntitySetFilter Method |
Applies the filter specified to the set related collection
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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