subsonic
Add Subsonic 3.0.0.4 in Visual Studio 2010
I\'ve created a console application focused on C#3.5 and added a reference to System.Web, System.Configuration and Subsonic.Core. Also have in config file[详细]
2023-01-13 03:05 分类:问答Subsonic 2.1 : Way to ignore a column while generating code?
For some reason, a row named \"rowguid\" with a \"uniqueidentifier\" parameter was added to some tables on an already existing project. While regenerating the code, I found out that a method named \"I[详细]
2023-01-13 02:54 分类:问答Subsonic Syntax Question (with GroupBy)
Is there a way to do this : SubSonic.Where filter = new SubSonic.Where(); filter.ColumnName = Region.Columns.Region;[详细]
2023-01-13 01:19 分类:问答SubSonic not recognizing SQLite foreign keys
I\'m using SubSonic 3.0.0.3 and I can\'t seem to get the ActiveRecord .tt files to recognize and generate code for the foreign keys and relationships in my SQLite database.[详细]
2023-01-12 15:30 分类:问答Subsonic.DataService Missing in Subsonic 3.0.0.4?
How do I execute QueryCommand Object in Sub开发者_如何学GoSonic 3.0.0.4 without DataService?Unless I\'ve misunderstood your question can\'t you do the following:[详细]
2023-01-12 07:28 分类:问答SubSonic 2.2 and ASP.NET gridview
I\'m trying to show a custom column in my gridview which displays a content type based on a couple of boolean fields in my database. Everything works fine but it\'s causing a lot of overhead the way I[详细]
2023-01-12 04:02 分类:问答How to configure subsonic 3.0.0.4 using mysql with Visual Studio 2010?
I downloa开发者_运维技巧ded subsonic 3.0.0.4 and i am trying now to configure it to work with mysql and Visual studio 2010.[详细]
2023-01-12 02:59 分类:问答Paging with SubSonic
I am building a MVC 2 application with SubSonic 3 - I have tried many differan开发者_StackOverflow中文版t paging methods and can find nothing that feels right.[详细]
2023-01-11 12:37 分类:问答Subsonic 2.2 SqlQuery with Inner Join and Where
I am trying to convert the开发者_如何学编程 following SQL into Subsonic syntax using the SqlQuery functionality:[详细]
2023-01-10 19:01 分类:问答Work with relations in Subsonic
I am using subsonic 3.0.3(ActiveRecords) in my winforms project. I am trying very hard 开发者_如何转开发to use Collections for my entities but so far I have been unable to do that .[详细]
2023-01-10 10:01 分类:问答