In ADO.NET Entity Framework, the [Key] attribute is often used to specify the ___________ property of an entity.

  • Foreign
  • Identity
  • Navigation
  • Primary
The [Key] attribute in Entity Framework is commonly applied to specify the identity property of an entity, indicating the property that uniquely identifies each instance of the entity.
Add your answer
Loading...

Leave a comment

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