Introduced the `VwRecAction` class to represent the `VWREC_ACTION` database view. The class is annotated with `[Table]` and `[Column]` attributes for schema mapping and includes nullable properties to handle potential schema changes gracefully. Added `using` directives for data annotations and schema mapping. Documented the class to explain its purpose and design decisions, ensuring flexibility and resilience against database schema evolution.
ReC
Description
Languages
C#
100%