WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ParseFilterCase - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ParseFilterCase

    Represents the values that specify the case for filtering.

    Namespace: Syncfusion.Olap.MDXQueryParser
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public enum ParseFilterCase

    Fields

    Name Description
    EqualTo

    The case of filtering is equal to.

    GreaterThan

    The case of filtering is greater than.

    GreaterThanOrEqualTo

    The case of filtering is greater than or equal to.

    LessThan

    The case of filtering is less than.

    LessThanOrEqualTo

    The case of filtering is less that or equal to.

    NotEquals

    The case of filtering is not equals.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved