I am making use of Subsonic开发者_运维技巧 SimpleRepository i have a class: public class X{public string abc {get; set;}private string def {get; set;}}
I am using subsonic simplerepo with migrations in dev and it makes things pretty easy but I keep running into issues with my nvarchar columns that have an index. My users table has an index defined on
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 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 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 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 have date type column (MySQL): SELECT invdate FROM invoices; invdate ------- 2009-08-22 2009-07-12 2009-08-23
I\'m looking for possible ways to persist the following classes.Subsonic SimpleRepository looks like it might work, and people have said it should, when I asked a more general question.