Modifying Stored Procedure Properties

To change the properties of a stored procedure, select it in the project tree and use the UI controls on the right panel to set new values .

SQL Name
Displays the stored procedure name used in the database schema. This value is used to build SQL statements.

Code Name
Specifies the code name that must meet the following requirements:

Generate Code for this Object
Uncheck the checkbox if you don't need to generate code for this stored procedure.

Description
Displays the stored procedure description. Read only.