Supported Constructs
The following LLBLGen Pro Designer constructs are supported for Entity Framework Core v1. Using an element not on this list will result in a validation error of the project.
Supported designer features
- Entity mappings to tables
- Single catalog per project
- Multi-schema per project
- Entity inheritance: target per Entity Hierarchy inheritance
- 1:1, 1:n, m:1 relationships. Many to many relationships aren't supported by EF core.
- Typed Lists
- Derived models
- Sequences
- Model views
- All .NET types for PKs
- Enums (using .typeimports files, see the Designer documentation for details on this).
- .NET 4.5.1 or higher.
- C#
- Relationship cascade rules
Supported databases
The following databases are supported. Although there's an EF Core provider for MySQL from DevArt, it's not supporting .NET core.
- SQL Server 2000 and higher
- PostgreSql (using Npgsql)