QueryMode

Mode in which the statement must be processed.

Enums
NORMAL The default mode. Only the statement results are returned.
PLAN This mode returns only the query plan, without any results or execution statistics information.
PROFILE This mode returns the query plan, overall execution statistics, operator level execution statistics along with the results. This has a performance overhead compared to the other modes. It is not recommended to use this mode for production traffic.