This dialog box allows you to edit methods added to the model from a database. Double-click or right-click on the method you want to edit and select the Edit item from the popup menu. The Method Editor window with General and Parameters tabs will be shown.
Name – Edit the name of the method.
Source – Specify the name of the related stored function in the database.
Access – Change the kind of access. It can take Public, Protected, Internal, Private, or ProtectedInternal value.
Inheritance Modifier – Set the method inheritance modifier. The Inheritance Modifier can take None, New, NewVirtual, Override, or Virtual value.
Documentation – Click to open the Documentation Editor, which contains the following fields.
Return Type – Choose the method return type.
Name – List of the method parameters.
Add – Adds a new parameter to the list.
Remove – Removes the selected parameter.
Direction – Select the direction. Its value can be Input, Output, or InputOutput.
Data Type – Select the data type of the parameter it will take in the model.
DbType – The type of the parameter it will take in the source database.