Click or drag to resize

ObjectCollectionTObjectFilterExpression Property

Gets the filter expression.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Expression<Func<TObject, bool>> FilterExpression { get; }

Property Value

Type: ExpressionFuncTObject, Boolean
The filter expression.
See Also