Error: No SQL generated for <Entity.Model>, Entity Descriptor not found.

The descriptor for the specified entity is not available or not recognized.

Explanation

When generating SQL scripts, an attempt is made to generate SQL for an entity that is not defined in the repository, or not modeled as a database entity, or the entity definition contains an error (for example, it lacks a primary key definition).

Related Topics