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

The UseCascadeDelete Property of the Class is Set to

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 error occurs when a persistent type that does not participate in Vertical Inheritance is set up explicitly to use (or not use) cascade delete. In other words, the value of its Use Cascade Delete property is Yes (or No).

Solution

To resolve this warning, the value of Use Cascade Delete for the type should be set to Default. You can do this by either changing the property value in Property Window and saving the domain model or following the next steps:

  1. Double-click on the warning message in Error List to open the Resolve Validation Errors Dialogue
  2. Select AUTOMATIC: Set UseCascadeDelete property of the class to 'Default".
  3. Click the Fix Selected button
  4. Save the domain model