The Join Table Association Has No Join Table Specified
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.
This warning occurs when the domain model contains a many-to-many relationship with no join table specified.
Solution
To resolve this warning, you need to specify a join table for the many-to-many association:
- Double-click the warning to open the Validation Dialog.
-
Select a join table for the association.