DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / CustomFilter Class / GetExpression Method

In This Topic
    GetExpression Method (CustomFilter)
    In This Topic
    Gets the expression for the current filter.
    Syntax
    'Declaration
     
    Protected MustOverride Function GetExpression() As Expression
    protected abstract Expression GetExpression()

    Return Value

    The expression of custom filter.
    See Also