Stored Procedures

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.

Table Valued Function

Describes creating a method, mapped to a table-valued function.

 

ExpandedToggleIcon        See Also


Send feedback on this topic

© 2008 - 2024 Devart. All rights reserved.