EmExecuteOptions
Hierarchy
- AbortQueryOptions
- EmExecuteOptions
Index
Properties
optionalinheritedinflightQueryAbortStrategy
Strategy used when the signal fires while the query is in flight. See InflightQueryAbortStrategy for caveats around streams and MongoDB.
optionalloggerContext
Logger context payload forwarded to Logger.logQuery.
optionalmethod
Result shape — 'all' for rows, 'get' for a single row, 'run' for affected count. Defaults to 'all'.
optionalinheritedsignal
AbortSignal that cancels the query when fired.
Options for the modern signature of
SqlEntityManager.execute().