[]
        
(Showing Draft Content)

C1.DataCollection.FilterUnaryExpression-1

FilterUnaryExpression<T> Class

Describes a concrete filter expression.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
[Obsolete("Use FilterOperationExpression class instead.")]
public class FilterUnaryExpression<T> : FilterUnaryExpression
Type Parameters
Name Description
T

The type of the data item.

Constructors

Name Description
FilterUnaryExpression(Expression<Func<T, object>>, FilterOperation, object)

Initializes a new instance of the FilterUnaryExpression<T> class.

Extension Methods