Class FilterPredicate
predicate for filtering results from an aggregation.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Redis.OM.Aggregation.AggregationPredicates
Assembly: Redis.OM.dll
Syntax
public class FilterPredicate : Apply, IAggregationPredicate
Constructors
| Improve this Doc View SourceFilterPredicate(Expression)
Initializes a new instance of the FilterPredicate class.
Declaration
public FilterPredicate(Expression expression)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Linq.Expressions.Expression | expression | The expression to use for filtering. |
Methods
| Improve this Doc View SourceSerialize()
Serializes the predicate.
Declaration
public IEnumerable<string> Serialize()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> | An array of string arguments for an aggregation. |