Mid EF Core

What are scalar properties, complex properties, and shadow properties?

  • Scalar: Simple types like int, string, DateTime
  • Complex: Nested objects mapped to multiple columns (Value objects)
  • Shadow: Properties not defined in the .NET class but tracked by EF Core

More from Entity Framework Core Tutorial

All questions for this course