I have created my own extra table in the Umbraco Database and now I'm trying to figure out how to access this table from my Usercontrol in Visual Studio?
Do I have to create a complete new Entity Framework project to access this data or can this be done simpler?
I've tried googling but I can't find any good information about this.
Accessing data from a custom table?
Hello,
I have created my own extra table in the Umbraco Database and now I'm trying to figure out how to access this table from my Usercontrol in Visual Studio?
Do I have to create a complete new Entity Framework project to access this data or can this be done simpler?
I've tried googling but I can't find any good information about this.
Thank you,
Thomas
I have the very same question.
What did you end up doing?
What version of Umbraco are you using?
In my case 4.11.
I ended up using an IDbConnection object, but it's not 100% there yet
is working on a reply...