EntityStateHistoryView<
T
> =T
&StateEntityHistoryColumns
View type for entity history (read-only).
This type combines your entity properties with historical tracking columns, allowing you to see how entities evolved over time through different change sets.
History views are read-only and include change tracking information like change_id, change_set_id, and depth for blame functionality.
T