Currently using Subsonic 3 with Activerecord. Purely out of curiosity, is there an easy way to update or insert a record in a clean and consise way?
I am using SubSonic 3 (Active Record) as ORM. I have to insert data in 2 tables and use the ID of the inserted row in table 1 as foreign key in table 2. What is the best method to do this开发者_高级运
I have a linq query written in method syntax.I need to create a very similar method with just some changes to the final Select.
I\'m using ActiveRecord on Subsonic 3 and I effectively want to do this: select * from foo left outer join bar on bar.Id = foo.barId
I downloaded SubSonic 3.0.0.4 sources from https://github.com/subsonic/SubSonic开发者_JS百科-3.0 and compiled it using Visual Studio 2010. When I add the compiled SubSonic.Core.dll to my own project a
I am using SubSonic 3 with SQLite 3 for a Windows Application. Installing the .NET provider for SQLite (System.Data.SQLite) was mandatory for me while programming the application, my requirement for d
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Give an example of using subsonic 3
I am using subsonicproject and the activerecord pattern. I have a database with three tables: Cities, Concerthalls, Concerts. Each Concerthall has a foreign-key relationship to a City. Each Concert h
Not sure where to get this info out to the subsonic crew as they took down their forums, and said use stackoverflow, so here we go.
Hope someone of you have been there. I need to do some database stuff which involve multiple tables. I am using SubSonic 3 SimpleRepository to update/access records. Now in between calls to update tab