I would like to use FetchMultiple from NPoco in Umbraco. I've tried backporting it, but doesn't seem possible with all the internal methods and private variables it uses.
I know NPoco might be used for v8, but what it the best way to use it in a current Umbraco project? We use PetaPoco for all db actions and I would also like to use it for this too.
I'm not sure I've understood the issue. I'm using NPoco in 3 current projects without any issues.
Do you mean you want to replace Petapoco now? I can't think that there could be a way to do this without going through and changing all your references.
All our code is currently using PetaPoco that is shipped with Umbraco. I would like to keep using that version, but with FetchMultiple if that is possible somehow.
Use FetchMultiple from NPoco
Hello,
I would like to use FetchMultiple from NPoco in Umbraco. I've tried backporting it, but doesn't seem possible with all the internal methods and private variables it uses.
I know NPoco might be used for v8, but what it the best way to use it in a current Umbraco project? We use PetaPoco for all db actions and I would also like to use it for this too.
Jeroen
I'm not sure I've understood the issue. I'm using NPoco in 3 current projects without any issues.
Do you mean you want to replace Petapoco now? I can't think that there could be a way to do this without going through and changing all your references.
All our code is currently using PetaPoco that is shipped with Umbraco. I would like to keep using that version, but with FetchMultiple if that is possible somehow.
Jeroen
is working on a reply...