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

The Meta Model Contains a Procedure With One Or More Parameters Without a Specified Name

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 the domain model contains a stored procedure with one or more parameters without a name.

Solution

To resolve this error, specify a name for the parameter:

  1. Double-click the error to open the Validation Dialog.
  2. Set a name for the stored procedure parameter.

Further References