StateUpdate<
T
> =LixUpdateable
<EntityStateView
<T
>>
Type for updating entities in the active version.
This type makes all columns optional, allowing partial updates. Only include the fields you want to change - the database will preserve existing values for omitted fields.
T