I\'m a bit new to subsonic (i.e. evaluating 3.0.0.3) and have come across a strange behavior in GetPaged(int pageIndex, int pageSize).When I execute the method it does two SQL calls.Any ideas why ?
I have a stored proc: CREATE PROCEDURE MyProc ( @P1 uniqueidentifier, @P2 int = NULL output, @P3 int = NULL output )
SubSonic SimpleRepository doesn\'t seem to have a lot of support for foreign relations.How can I have foreign 开发者_如何学JAVArelationships in my code models that persist and load from the database n
I have a problem. I want to create sql question select * from Firma left outer join FirmaAdres on FirmaAdres.Typ = 1 and FirmaAdres.FirmaID = Firma.ID
While using SubSonic 3 I wrote the below. I thought I would get user_ref would be a column with name_list as its foreign key. My database ended up with just id and link with only the image_list table.
I was won开发者_开发百科dering--what part of Subsonic 3 needs to be modified to support a different database under a Simple Repository scenario?I haven\'t found any documentation on this point.Subsoni
Been a long time user of Subsonic 2.x and have used 3.x a bit, but I\'ve recently started transitioning our use of SS from using repositories to ActiveRecord instead.I\'m currently stumbling on some o
I have a Website Project in my Visual Studio 2008. I added a Class Library so I can do my Subsonic Class Generation there and reference it via the project. However when I run the class generation it d
I have seen some older posts similar to this, but I seem to be getting this using SQLite rather than SQL Server.
I am using the code below to update a second table (Info2) with the identity used from the first table (info2.Id = info.Id;). When the second save is carried out (info2.Save()) I get the error: \"Ther