This section describes how to work with different kinds of stored procedures in Entity Framework Core models with Entity Developer.
Stored Procedure without Result
Describes creating a method, mapped to a stored procedure without result.
Stored Function with Scalar Result
Describes creating a method, mapped to a stored function with scalar result.
Stored Procedure and Stored Function With Resultset
Describes creating a method, mapped to a stored procedure with entity result.
Stored Procedure with Multiple Resultsets
Describes creating a method, mapped to a stored procedure with multiple resultsets.
Describes creating a method, mapped to a table-valued function.