Database.setTraceCallback

Registers a delegate of type TraceCallbackDelegate as the trace callback.

Any previously set profile or trace callback is released. Pass null to disable the callback.

The string parameter that is passed to the callback is the SQL text of the statement being executed.

struct Database
private public
void
setTraceCallback

See Also

Meta