Entity Developer lets you create methods from stored procedures and functions automatically or manually.
For manual creation and editing of methods in Entity Developer, the Method Editor dialog is used. It requires specifying only the name of the stored procedure. Entity Developer automatically generates the SQL execution statement of the stored procedure for the named SQL query, depending on its type, parameters, and the DBMS in use.
Entity Developer enables adding and updating methods corresponding to stored procedures or functions via the Database-First approach:
For examples of common method use cases, see the following topics.