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
I\'m just fooling around with the subsonic ORM for the first time. I\'m using the ActiveRecord templates
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
public void S开发者_高级运维chemeUpdate(int SchemeID, int InsurerID, string Name, string Description)
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
I\'m attempting to filter a GetPaged() result using SubSonic 3.0 but I haven\'t been able to find a way.
is posible with ASP.NET Dynamic Data Generating t开发者_JAVA技巧he code of form separately? to edit the form separately
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
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
I created my own CMS for my own use. currently, I already launch 3 websites using my CMS. and will keep adding.