Today I compile subsonic version with different namespace (as subsonic3) and place it together with subsonic version 2.
I\'m trying to using the Subsonic Fluent query interface to create a simple inner join between two tables:
I have a baseclass that handles returning data from the relevant class/table. I want to have some way of specifying the columns to display. Maybe have a public columns List that gets assigned with al
When I go to run the t4 templates, the result comes out "Compiling transformation: The name \'TableSpaceName\' does not exist in the current context" -- any ideas on this?I thought it might
I am trying to use Subsonic for SQLite. I got an exception \"SQLite error near \".\": syntax error\".
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
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
I have a 开发者_开发技巧problem in SubSonic 3.0.3. When I use SubSonic to generate code, I can use all the tables in the database, but I can\'t see any of the stored procedures which had been defined
I have the following table in MS SQL Server 2008 Standard Edition: CREATE TABLE [dbo].[NewTestQueue]( [JobID] [int] IDENTITY(1,1) NOT NULL,