I download the latest version of Subsonic(3.0.0.3) but when I add the T4 templates in my solution in Visual studio 2008 SP1, the auto-generation don\'t work. If I right click on the template files als
Having added the subsonic 2.2 subcommander sonic.exe as an external tool I can generate my DAL classes in my defined \\dataaccess\\generated\\ folder but when I build the project I get an error in the
I want to create a SQL connect开发者_如何学编程ion using DSN. Then I want to generate the DAL using Subsonic. Please can you give me some pointers on what to do?You don\'t need a DSN in these days (I
Here what I would like to do: var groups = from g in Group.All() where g.FirstDay < startDate && (g.LastDay == null || g.LastDay >= startDate)
Would like to initialize @ run-time as needed with the connection string coming from a non app.config sour开发者_JAVA技巧ce For the Subsonic 3 I think that the answer is all ready on subsonic site
开发者_开发知识库When I use ActiveRecord template,that can\'t generator correct primary key for multiple primary keys table.
I\'ve written this code to generate a collection. I\'ve tried to filter the collection using subsonic.where but its not working. Actually the where clause will change on user input so i cannot add the
I have the following table in MS SQL Server 2008 Standard Edition: CREATE TABLE [dbo].[NewTestQueue]( [JobID] [int] IDENTITY(1,1) NOT NULL,
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