SaveNoValidate saves the specified model into the regular app database without performing validations. If you want to also run validations before persisting, use [App.Save()].
(model Model)
| 323 | // |
| 324 | // If you want to also run validations before persisting, use [App.Save()]. |
| 325 | SaveNoValidate(model Model) error |
| 326 | |
| 327 | // SaveNoValidateWithContext is the same as [App.SaveNoValidate()] |
| 328 | // but allows specifying a context to limit the db execution. |
no outgoing calls