Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • TdxCriteriaPriorityClass Enum

    Declaration

    TdxCriteriaPriorityClass = (
        Atom,
        Neg,
        Mul,
        Add,
        BinaryNot,
        BinaryAnd,
        BinaryXor,
        BinaryOr,
        InBetween,
        CmpGt,
        CmpEq,
        IsNull,
        &Not,
        &And,
        &Or
    );

    Members

    Name
    Atom
    Neg
    Mul
    Add
    BinaryNot
    BinaryAnd
    BinaryXor
    BinaryOr
    InBetween
    CmpGt
    CmpEq
    IsNull
    Not
    And
    Or
    See Also