Entity Framework
- Database function must not be called in non-database context
Database function must not be called in non-database context.
- Function is not convertible to SQL and must not be called in the database context
Function is not convertible to SQL and must not be called in the database context.
- Possible multiple queries to the database (N+1 problem)
Possible multiple queries to the database (N+1 problem).
- Possible multiple queries to the database for related entities (N+1 problem)
Possible multiple queries to the database for related entities (N+1 problem).
- Possible performance issues caused by unlimited string length
Possible performance issues caused by unlimited string length.
- Query can return incomplete data for related entities
Query can return incomplete data for related entities.
- The relationship defined by this property contributes to a dependency loop
The relationship defined by this property contributes to a dependency loop.
- Usage of navigational property can return incomplete data
Usage of navigational property can return incomplete data.
Last modified: 29 July 2025