Introduce a new `Connection` class in the `ReC.Domain.Entities` namespace. The class is mapped to the `TBDD_CONNECTION` database table and includes properties for various columns such as `Id`, `Bezeichnung`, `SqlProvider`, and others. Attributes like `[Key]`, `[Column]`, and `[DatabaseGenerated]` are used for database mapping. Nullable types are used for all properties. Added necessary `using` directives for annotations and schema mapping.
ReC
Description
Languages
C#
100%