DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterOperationExpression Class / FilterOperationExpression Constructor
The path of the data item to which the filter will be applied.
The filter operation.
The value to be filtered.

In This Topic
    FilterOperationExpression Constructor
    In This Topic
    Initializes a new instance of the FilterUnaryExpression class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filterPath As String, _
       ByVal filterOperation As FilterOperation, _
       ByVal value As Object _
    )
    public FilterOperationExpression( 
       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.
    See Also