API 参考
    正在准备搜索索引...

    类 EqualOperator<T>

    Find Operator used in Find Conditions.

    类型参数

    • T

    层级 (查看层级一览)

    索引
    "@instanceof": symbol
    • get child(): FindOperator<T> | undefined

      Gets the child FindOperator if it exists

      返回 FindOperator<T> | undefined

    • get getSql(): SqlGeneratorType | undefined

      Gets the SQL generator

      返回 SqlGeneratorType | undefined

    • get multipleParameters(): boolean

      Indicates if multiple parameters must be used for this operator. Extracts final value if value is another find operator.

      返回 boolean

    • get objectLiteralParameters(): ObjectLiteral | undefined

      Gets ObjectLiteral parameters.

      返回 ObjectLiteral | undefined

    • get type(): FindOperatorType

      Gets the Type of this FindOperator

      返回 FindOperatorType

    • get useParameter(): boolean

      Indicates if parameter is used or not for this operator. Extracts final value if value is another find operator.

      返回 boolean

    • get value(): T

      Gets the final value needs to be used as parameter value.

      返回 T