RecordType enum specifies whether the QueryRecorder should be used to produce an object that contains an estimated or an actual cost of the query execution.

Enumeration Members

Enumeration Members

EXPLAIN: 0

Produce an object that contains an estimated cost of the query execution.

TRACE: 1

Produce an object that contains the actual cost of the query execution.