subsonic
SubSonic 3 Using Insert.Into<> without having to specify column names and values?
I\'m just starting to use SubSonic 3 and I\'m struggling with a basic insert operation. I would like to insert a new row into a table with all columns and values as specified by an entity object. Ho[详细]
2023-02-16 09:35 分类:问答Invalid Token 'event' in class...error compiling SubSonic project
I\'m just fooling around with the subsonic ORM for the first time. I\'m using the ActiveRecord templates[详细]
2023-02-15 12:28 分类:问答how to set up logging in subsonic 3.0
How do i set up subsonic 开发者_如何学Pythonto log out my sql queries and what will execute on my sql box?You can attach a Log writer to the Provider somehow like this[详细]
2023-02-13 16:42 分类:问答Returning a null Reference Exception
public void S开发者_高级运维chemeUpdate(int SchemeID, int InsurerID, string Name, string Description)[详细]
2023-02-13 07:22 分类:问答Need help re-creating Subsonic 2.2 / SubCommander generated table and column names
I am writing some code generation templates that will work hand-in-hand with a SubSonic 2.2 / SubCommander generated classes / assembly. The problem I am having is that SubSo开发者_运维技巧nic is usin[详细]
2023-02-13 04:45 分类:问答How to filter a GetPaged in SubSonic 3.0 using ActiveRecord
I\'m attempting to filter a GetPaged() result using SubSonic 3.0 but I haven\'t been able to find a way.[详细]
2023-02-12 12:45 分类:问答is posible with ASP.NET Dynamic Data Generating the code of form separately
is posible with ASP.NET Dynamic Data Generating t开发者_JAVA技巧he code of form separately? to edit the form separately[详细]
2023-02-11 07:01 分类:问答Error The type or namespace name 'name of my tables' could not be found()are you missing a ussing directive or an assembly refrence?)
I get this error (The type or namespace name \'name of my tables\' could not be found()are you missing a ussing directive or an assembly refrence?)) in Context.cs file when i compile 开发者_StackOverf[详细]
2023-02-09 20:32 分类:问答Extension methods on a poco class in subsonic?
I\'m considering switching from fluent nhibernate to subsonic as nhib just seems to have a MASSIVE memory footprint which I\'m really not enjoying, but I just want to check how subsonic (the simple re[详细]
2023-02-09 05:46 分类:问答Any ORM can programmatically change its connection string at runtime?
I created my own CMS for my own use. currently, I already launch 3 websites using my CMS. and will keep adding.[详细]
2023-02-08 19:52 分类:问答