Complex types in Entity Framework can be queried using ________ when they are not directly exposed in the DbContext.

  • FromComplexType()
  • Include()
  • Select()
  • SelectMany()
The correct option is FromComplexType(). This method allows developers to query complex types directly in Entity Framework when they are not explicitly exposed in the DbContext. It enables efficient querying and manipulation of complex type data within the context of entity framework operations.
Add your answer
Loading...

Leave a comment

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