MightyOrm / Mighty

A new, small, dynamic micro-ORM. Highly compatible with Massive, but with many essential new features.
BSD 3-Clause "New" or "Revised" License
101 stars 20 forks source link

ExecuteMultipleFromProcedure from documentation doesn't exist #22

Closed M0dusFRee closed 4 years ago

M0dusFRee commented 4 years ago

Hi!

I'm testing "multiple result sets" example but ExecuteMultipleFromProcedure method doesn't exist.

Great job, MightyORM is amazing. Thank you.

mikebeaton commented 4 years ago

That's a typo in the docs. It should be QueryMultipleFromProcedure - shout if there's any problems with that. Thanks for spotting.

Great job, MightyORM is amazing. Thank you.

Thanks! 😊

mikebeaton commented 4 years ago

Thanks for Closing & glad to know it's all working okay. Actually I'll reopen & keep this open just for now, to remind me to update the docs asap!

mikebeaton commented 4 years ago

Okay, docs now updated by d1ee548