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.
Loading...
Related Quiz
- In ADO.NET, how do you access child rows related to a parent row in a hierarchical dataset?
- What is deferred execution in the context of LINQ to DataSet?
- Your application involves updating records across different databases. How would you implement distributed transaction management in ADO.NET?
- ADO.NET allows you to represent a collection of related tables using a ___________.
- Which LINQ operator is used to filter elements in a collection based on a specified condition?