Click or drag to resize

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)
Syntax
protected virtual bool SetFilter(
	IPredicate filter
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to set. Will perform the filtering on the collection.

Return Value

Type: Boolean
true if filtering took place, otherwise false.
See Also