The ________ method in Fluent API is used to specify that a property is a foreign key.
- 'Foreign'
- 'ForeignKey'
- 'HasForeignKey'
- 'ReferencedBy'
In Fluent API of Entity Framework, the 'HasForeignKey' method is used to specify that a property is a foreign key. This method is typically used in the configuration of relationships between entities to explicitly define the foreign key property.
Loading...
Related Quiz
- What are the implications of configuring an Entity Type as immutable in Entity Framework?
- What role does batching of operations play in scalable Entity Framework applications?
- Describe how Entity Framework can be utilized in a microservices architecture.
- For initial database setup in a code-first approach, the ________ command is used to create the database schema based on the model.
- In a scenario involving a large database with high transaction volume, what strategies would you employ to manage the migration without affecting ongoing operations?