[]
        
(Showing Draft Content)

C1.DataCollection.FilterPredicateExpression

FilterPredicateExpression Class

Filter expression which takes a predicate as the filtering function.

Inheritance
FilterPredicateExpression
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class FilterPredicateExpression : FilterExpression
Remarks

Because predicates are opaque to the data collection, this kind of filters can not be passed to servers.

Constructors

Name Description
FilterPredicateExpression(Func<object, bool>)

Initializes a new instance of the FilterPredicateExpression class.

FilterPredicateExpression(Func<object, int, bool>)

Initializes a new instance of the FilterPredicateExpression class.

Properties

Name Description
Predicate

Gets the predicate which will filter the collection.

Methods

Name Description
Equals(object?)
GetHashCode()

Extension Methods