LINQ to SQL allows you to define relationships between entities using _______ associations.
- declarative
- navigational
- relational
- structural
LINQ to SQL allows the definition of relationships between entities using declarative associations, which are specified using attributes such as ForeignKeyAttribute and AssociationAttribute.
Loading...
Related Quiz
- To perform CRUD operations with LINQ to SQL, you need to define a ___________.
- What is the significance of the CommandType property in an ADO.NET command object?
- Data binding can simplify UI development by automatically synchronizing ___________ and data source.
- When working with multiple related DataTables, what ADO.NET feature allows you to define relationships between them?
- In ADO.NET Entity Framework, which attribute is commonly used to specify the table to which an entity should be mapped?