Not Supported Constructs

The following LLBLGen Pro Designer constructs are not supported for Entity Framework Core v1. Using an element on this list will result in a validation error of the project. This list is this large because Entity Framework Core v1 is very limited in it's v1.x version and this list follows these limitations.

  • Value Type Definitions
  • Type converters
  • Typed View definitions
  • Action Combinations on mappings (all entities are always Create/Retrieve/Update/Delete)
  • Many-to-many relationships
  • Stored Procedure Calls
  • Table-Valued Functions
  • Entity Inheritance of type 'Target per Entity'.
  • Entity mapped to a View
  • Multiple catalogs per project
  • VB.NET
  • Entity Splitting