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

The Columns Of The Foreign Key Constraint Are not Synchronized With The Columns Of The Corresponding Foreign Key Association

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 foreign key constraint with columns that are different than the columns used in the corresponding foreign key association.

Solution

To resolve this error, synchronize the columns:

  1. Double-click the error to open the Validation Dialog.
  2. Apply the automatic fix for using the columns specified in the constraint as columns of the association.

Further References