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
Next SubSonic3 query gives me an error: Db.Update<Tag>() .SetExpression(\"Popularity\") .EqualTo(\"Popularity+1\")
I have an application that uses a set of tables to store data. 开发者_开发百科Based on client requirements they can use either Oracle or SQL Server.
开发者_运维知识库In subsonic 2 we could do this: public static void DeleteTable(SubSonic.TableSchema.Table table)
The module I develop makes lots of small selects, inserts, and updates. Modifications made by commands in SubSonic.Query namespace (ActiveRecord is not my weapon of choice) appear to be much faster th
I feel foolish asking such a fundamental question but it would be more foolish not to ask :) I have been using SubSonic 2.x for years and love it (Thanks Rob and co.).
We have a webapp where each client has their own db (approx. 700 at the moment). In SubSonic 2, you had to wrap each call with the SharedDBConnectionScope passing in the right connection string to u
Let\'s say I have a the following query: int x = 5; var result = from p in db.products where p.CategoryId == x
Hi I been searching for my error but I can\'t find anything that help me. The problem is this. I been working with Subsonic 3, Newtonsoft Json and the linq way of write so I have this easy query: