Hello,
i've been wondering for few hours now how can i get the QuerySurface integrated in my project.
I am using the SubSonic 3.0 ActiveRecord T4 templates with great success,
As i have been doing query with LINQ, i need also the Update, Insert and Delete functionality which according to the documentation utilize QuerySurface. http://subsonicproject.com/docs/Linq_Deletes
So i ran to the source code navigate through the github didn't find any T4 template for QuerySurface.
Is anyone having this problem or am i missing something?
to rephrase my question, how can i Update, Insert and Delete in SubSonic 3.0 with LINQ?
Thanks.