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
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
Is there a way to do this : SubSonic.Where filter = new SubSonic.Where(); filter.ColumnName = Region.Columns.Region;
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.
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:
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
I downloa开发者_运维技巧ded subsonic 3.0.0.4 and i am trying now to configure it to work with mysql and Visual studio 2010.
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.
I am trying to convert the开发者_如何学编程 following SQL into Subsonic syntax using the SqlQuery functionality:
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 .