DBUpdateCallback

This function updates rows in the database.

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

Meta