How can I get .All() method\'s result as a DataTable? Currently it returns IQueryable, which can\'t be used as datasource for the WinForms DataGridView control.
I have this query: var rights = from gu in db.GroupUsers join g in db.Groups on gu.GroupId equals g.GroupId
i\'m having a issue with the T4 templates for generating code. I\'m wondering if anyone can help me with an issue I have.
i ha开发者_运维问答ve installed vs2010 beta2, create a MVC website, i want to use subsoinc access a mysql database in SimpleRepository, when run the website, i get error: \"Unable to find the requeste
Just curious if there are plans for eager lo开发者_StackOverflow中文版ading using ActiveRecord in Subsonic 3.Is there a roadmap out there?
Where can I find an examples of code migration from SubsSonic 2.2 to 3.0. For example we have Subssonic 2.2 code:
What is the full syntax for a stored procedure using SubSonic 3.0? Here is my code which is not working:
I want to build dynamic search query with s开发者_StackOverflow社区ubsonic 3.0. who can help me? Any sample Please.Basically all you need to do is add conditions to an IQueryable based on your dynamic
Hey there, new to SubSonic and Templates. I\'m compiling my Web Application using VB.net (I didn\'t notice anywhere that SubSonic requires C#.net and although I can write c# code I am more versed in
I am not running Mike\'s latest code because it does not build and he didn\'t update the templates to generate code for the new Load with columns he added.So I am one revision back in the source.