To define a composite primary key using Fluent API, the ________ method is combined with the ________ method.

  • HasKey, HasForeignKey
  • HasKey, WithKey
  • HasOne, WithOne
  • WithKey, HasKey
To define a composite primary key using Fluent API, the HasKey method is combined with the WithKey method.
Add your answer
Loading...

Leave a comment

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