Stored Procedure Mapping

Use the Stored Procedure Mapping window to setup mapping functions. To access this window, right-click the entity and choose Stored Procedure Mapping from the popup menu. This window is available only when your model contains stored procedures.

Behavior – Choose the required behavior from the dropdown list.

  • Insert – Select stored procedure for insert operations.
  • Update – Select stored procedure for update operations.
  • Delete – Select stored procedure for delete operations.

Customize

Method – Select a method for operation from the dropdown list.

Below the list the mapping of method parameters and entity properties is displayed.

Return – Select which field value will be set to the stored function result.