Data Access has been discontinued. Please refer to this page for more information.

How to: Delete Associations

This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.

Associations are deleted by using the Visual Designer design surface. Deleting an association does the following:

  • Deletes the visual representation of the association from the design surface.
  • Deletes the navigation properties from the visual representations of the entity types at each end of the association.
  • Modifies the part of the .rlinq file that defines the conceptual domain model.

To delete an association:

Right-click the association and select Delete.

-or-

Select one or more association and press the DELETE key.