simplerepository
Subsonic Simple Repository - Persist Private Property
I am making use of Subsonic开发者_运维技巧 SimpleRepository i have a class: public class X{public string abc {get; set;}private string def {get; set;}}[详细]
2023-01-04 15:30 分类:问答SimpleRepository auto migrations with indexes
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[详细]
2023-01-01 08:42 分类:问答Columns not created
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.[详细]
2022-12-15 13:51 分类:问答SubSonic SimpleRepository - Foreign Objects
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[详细]
2022-12-15 06:51 分类:问答Subsonic adding a DB provider for Simple Repository
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[详细]
2022-12-14 22:34 分类:问答Subsonic SimpleRepository Nullable string problem
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[详细]
2022-12-14 04:51 分类:问答Get distinct month and year with SubSonic
I have date type column (MySQL): SELECT invdate FROM invoices; invdate ------- 2009-08-22 2009-07-12 2009-08-23[详细]
2022-12-10 04:51 分类:问答Subsonic - can anyone provide an example of using Subsonic SimpleRepository to persist a list/array of objects?
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.[详细]
2022-12-09 09:47 分类:问答