OptionalconnectionExplicit driver handle (pool, client, or transaction). When set, the statement bypasses the ambient transaction — required for teardown/probes after a doomed TX.
OptionaldescriptionOptional description for this SQL operation, used by logging, if logging is supported by the underlying provider
OptionalignoreIf true, this statement will not be logged to any logging session
OptionalisWhether this is a data mutation operation (INSERT/UPDATE/DELETE or SP call that results in any data change)
OptionalsimpleSimple SQL fallback for loggers to emit logging of a simpler SQL statement that doesn't have extra functionality that isn't important for migrations or other logging purposes.
Configuration options for SQL execution with logging support