#include <OnixS/MTS/Cash/SDP/SMP.Enumerations.h>
Definition at line 2915 of file SMP.Enumerations.h.
Enumerator |
---|
TI_QUERY_OP_None |
None. The query parameter is not included in the query search condition.
|
TI_QUERY_OP_LT |
< The query parameter is included in the query search condition using the Less Than operator.
|
TI_QUERY_OP_LTE |
<= The query parameter is included in the query search condition using the Less Than Equal operator.
|
TI_QUERY_OP_GT |
The query parameter is included in the query search condition using the Greater Than operator.
|
TI_QUERY_OP_GTE |
>= The query parameter is included in the query search condition using the Greater Than Equal operator.
|
TI_QUERY_OP_EQ |
= The query parameter is included in the query search condition using the Equal operator.
|
TI_QUERY_OP_LIKE |
Like The query parameter is included in the query search condition using the Like operator. Valid for STRING parameters only.
|
Definition at line 2917 of file SMP.Enumerations.h.
static std::string toString |
( |
Enum |
value | ) |
|
|
static |
Provides string presentation.
The documentation for this struct was generated from the following file: