subsonic3
SubSonic Bug with TOP keyword?
The TOP keyword in the generated SQL wraps the number in brackets (I persume for SQL compact support), however this errors on my SQL 2000 server as it doesn\'t expect the brackets.[详细]
2023-01-10 18:21 分类:问答Nested linq - where x == enumerable
I\'m new to Linq and SQL terminology - can someone tell me why this isn\'t working (syntax is not right - I can\'t compare u.UserID int with an Enumerable)[详细]
2023-01-10 05:49 分类:问答SubSonic3 SimpleRepository Relationships Generated are Wrong
I have been told that it\'s more than likely my database that is setup wrong causing the problems so below are my tables with key fields and queries.[详细]
2023-01-07 23:34 分类:问答Funky Sql Generated using SubSonic Simple Repository, LINQ and ASP.NET MVC
I have the following code: if (collection[\"Filter\"] == \"2\") { presentations = presentations.Where(x => x.Speaker.FirstName.StartsWith(\"B\")).[详细]
2023-01-07 20:00 分类:问答Linq and SubSonic - returning nested complex types
I\'m new to SubSonic and reasonably new to LINQ as well, so I\'m just trying to put a little app together.[详细]
2023-01-07 15:54 分类:问答LINQ issue when deployed to WinHost
I have a relatively simple ASP.net MVC 2 app that is using SubSonic. Everything seems to work well locally, but when I deployed it to WinHost, I keep getting an exception like so:[详细]
2023-01-07 11:59 分类:问答subsonic 3.0 active record update
I am able to retrieve database values and insert database values, but I can\'t figure out what the Update() syntax should be with a where statement.[详细]
2023-01-07 09:34 分类:问答How to get random list of rows using subsonic 3
I am using Active record pattern of SubSonic 3 version. My requirement is to get 3 random rows from the Table. After some googling I found out that I can use NewID function in SQL bu开发者_JAVA技巧t I[详细]
2023-01-06 23:39 分类:问答Complete Info for Setting Up SubSonic 3 with Oracle
I\'m looking for the complete steps for setting up SubSonic 3 with Oracle 10g. I see a lot of pieces out there, but no clear list.[详细]
2023-01-06 16:03 分类:问答SubSonic ActiveRecord templates: generated code produces error converting int? to int
I just started exploring SubSonic 3\'s ActiveRecord, and it\'s initial code generation has created errors.[详细]
2023-01-06 13:36 分类:问答