[]
Represents the filter operation expression.
public class OperationExpression : Expression, INotifyPropertyChanged
Name | Description |
---|---|
OperationExpression() |
Name | Description |
---|---|
FilterOperation | Gets or sets the filter operation type. |
PropertyName | Gets or sets the name of the data item property to which the expression applies. |
Value | Gets or sets the value of the current filter expression. |
Name | Description |
---|---|
GetFilterExpression() | Converts the current OperationExpression to the FilterOperationExpression. |