'Declaration Public Function New( _ ByVal filterPath As String, _ ByVal filterOperation As FilterOperation, _ ByVal value As Object _ )
public FilterUnaryExpression( string filterPath, FilterOperation filterOperation, object value )
Parameters
- filterPath
- The path of the data item to which the filter will be applied.
- filterOperation
- The filter operation.
- value
- The value to be filtered.