(
self, meth: _HybridBulkDMLType[_TE]
)
| 1554 | return self._set(update_expr=meth) |
| 1555 | |
| 1556 | def bulk_dml( |
| 1557 | self, meth: _HybridBulkDMLType[_TE] |
| 1558 | ) -> hybrid_property[_TE]: |
| 1559 | return self._set(bulk_dml_setter=meth) |
| 1560 | |
| 1561 | @property |
| 1562 | def inplace(self) -> _InPlace[_T]: |