I\'m using Subsonic (SimpleRepository) in my new project and enjoy using it but... With one, and only one of my table, it does not create all the columns and i don\'t understand why.
Subsonic is returning 00000000-0000-0000-0000-000000000000 when I insert a record and try to get it\'s key after insert.
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 large table that must join to multiple Tables, I have a query with several conditions that user may fill some of them.
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
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
What is better? Use: GridView.DataSource = ObjectFromDB.All().Where(a => a.ID == null); Or: GridView.DataSource = O开发者_如何学CbjectFromDB.Find(a => a.ID == null);
I am having a problem with subsonic simplerepository. I have a users class and it has some optional fields.these optional fields are of type string. As soon
I\'d like to use a mocking framework as well as an IOC framework with my latest project, based on subsonic 3 (ActiveRecord) and ASP.NET MVC.
I am using SubSonic version 2.2 to generate a script of my database using the /version command. Recently, I needed to generate a script for a database whi开发者_运维知识库ch is set to French collation