Class FilterExpression
- Namespace
- JsonApiDotNetCore.Queries.Expressions
- Assembly
- JsonApiDotNetCore.dll
Represents the base type for filter functions that return a boolean value.
public abstract class FilterExpression : FunctionExpression
- Inheritance
-
FilterExpression
- Derived
- Inherited Members
Properties
ReturnType
The CLR type this function returns, which is always bool.
public override Type ReturnType { get; }