EntityStateAllView<
T
> =T
&EntityStateAllColumns
View type for entities across all versions.
This type combines your entity properties with Lix operational columns including the version_id, allowing you to query and manipulate entities in specific versions.
Use this type when defining database views that need to work across multiple versions.
T