DBDeleteCallback

This function deletes rows from the database based on the given conditions.

extern (C)
alias DBDeleteCallback = void function
(
void* context
,,
scope RormError
)

Meta