Module EntityFramework
Definitions relating to the Microsoft.EntityFrameworkCore or
System.Data.Entity namespaces.
Import path
import semmle.code.csharp.frameworks.EntityFrameworkClasses
| DbContext | The class |
| DbQuery | The class |
| DbSet | The class |
| EFNamespace | An EF6 or EFCore namespace. |
| EFSummarizedCallable | A flow summary for EntityFramework. |
| EntityFrameworkCoreSqlSink | A call to a method in EntityFrameworkCore that executes SQL. |
| MappedProperty | A property that is potentially stored and retrieved from a database. |
| MappedType | A type that is mapped to database table, or used as a query. |
| StoredFlowSource | A taint source where the data has come from a mapped property stored in the database. |