Show / Hide Table of Contents

Class FilterPredicate

predicate for filtering results from an aggregation.

Inheritance
System.Object
Apply
FilterPredicate
Implements
IAggregationPredicate
Inherited Members
Apply.Alias
Apply.Expression
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 Source

FilterPredicate(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 Source

Serialize()

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.

Implements

IAggregationPredicate
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX