Fluent NHibernate Stored Procedure
Summary This week I’m going to give a very simple example of how to execute a stored procedure. The stored procedure will only do a select query, but I’ll pass a variable to demonstrate how it’s done and I’ll leave it up to the reader to alter the code to execute other types of stored … Read moreFluent NHibernate Stored Procedure