API 参考
    正在准备搜索索引...

    接口 RepositoryUpdateOptions

    Special options passed to Repository#update and updateAll.

    interface RepositoryUpdateOptions {
        returning?: ReturningOption;
    }
    索引

    属性

    属性

    returning?: ReturningOption

    Allows selecting custom RETURNING / OUTPUT clause. Works only on drivers with returning support.