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

The Table Is Not Mapped To a Persistent Capable Class

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 a table from the relational part of the model has no corresponding entity. For example, when you delete a persistent class from the Visual Designer, the corresponding table is not automatically deleted from the model.

Solution

To resolve this warning, you should manually map the table to a persistent capable class:

  1. In the Visual Designer, open the Model Schema Explorer.
  2. Expand the Tables node and locate the table.
  3. Right-click the table and select Create Domain Class from the context menu.