This section describes how to work with different kinds of stored procedures in Entity Developer for NHibernate.
Provides an overview of named SQL queries feature of NHibernate.
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 with Entity Result
Describes creating a method, mapped to a stored procedure with entity result.
Describes creating a method, mapped to a table-valued function.