sapiens / SqlFu

Fast and versatile .net core data mapper/micro-orm
Other
229 stars 50 forks source link

Changed GetPocoMapper method to public availability #77

Closed SimplyAdam closed 8 years ago

SimplyAdam commented 8 years ago

Allowing access to this method means that using Fetch method can be extended outside the library to get additional information from the data reader whilst still being able to use the SqlFu mapping features.

As an example, I'm using this in order to query a stored procedure for paged results along with total row counts that can not be passed back efficiently via traditional output parameters.

Making the GetPocoMapper public allows for greater flexibility and power from the SqlFu library