ObjectCollectionTObjectFilterExpression Property |
Gets the filter expression.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Expression<Func<TObject, bool>> FilterExpression { get; }
Public ReadOnly Property FilterExpression As Expression(Of Func(Of TObject, Boolean))
Get
public:
property Expression<Func<TObject, bool>^>^ FilterExpression {
Expression<Func<TObject, bool>^>^ get ();
}
member FilterExpression : Expression<Func<'TObject, bool>> with get
Property Value
Type:
ExpressionFuncTObject,
Boolean
The filter expression.
See Also