[]
        
(Showing Draft Content)

C1.DataCollection.FilterUnaryExpression-1.-ctor

FilterUnaryExpression Constructor

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

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

Declaration
public FilterUnaryExpression(Expression<Func<T, object>> filterPath, FilterOperation filterOperation, object value)
Parameters
Type Name Description
Expression<Func<T, object>> filterPath

The path of the data item to which the filter will be applied.

FilterOperation filterOperation

The filter operation.

object value

The value to be filtered.