How do I get more ways to poll my data source from subsonic

In the link below, Linq-To-Sql creates a number of methods to return data based on different needs of the real world (like recent topics, etc.).

How can I get Subsonic to create a set of classes for me that will interrogate and return data from my datasource this way? I am getting classes that actually represent CRUD ops.

thank

0


source to share


2 answers


I don't see a link here, but overall I would say that you can use SubSonic 3 in much the same way as Linq to Sql. Here's some sample code:

http://subsonicproject.com/docs/Linq_Select_Queries



Also, I need more specific examples.

0


source


The way I'm going to do this with SubSonic is to create an idea of ​​how you want to format the data and then get it with SubSonic.



0


source







All Articles