Normal
Hi.In order to reach the db from a plugins standpoint you have to first establish where the code is running. In what context.The part of the plugin that runs in setup.. the configurable part needs to use wcf in order to reach the db. The service agents.If we are talking about the part that runs inside the tvservice context then you can bypass wcf and just call the repository class.There are lots of examples onthese 2 different approaches in some of the plugins.
Hi.
In order to reach the db from a plugins standpoint you have to first establish where the code is running. In what context.
The part of the plugin that runs in setup.. the configurable part needs to use wcf in order to reach the db. The service agents.
If we are talking about the part that runs inside the tvservice context then you can bypass wcf and just call the repository class.
There are lots of examples onthese 2 different approaches in some of the plugins.