Shadow properties are fields that aren't present in your entity class but are represented in the database. You define these using the _________ method in Fluent API.

  • HasField
  • HasShadow
  • AddShadow
  • DefineField
Shadow properties are fields that exist only in the database and not in your entity class. You can define these using the HasShadow method in Fluent API when configuring your entity in ASP.NET Core Entity Framework.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *