subsonic3
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 分类:问答SubSonic3 SetExpression problem
Next SubSonic3 query gives me an error: Db.Update<Tag>() .SetExpression(\"Popularity\") .EqualTo(\"Popularity+1\")[详细]
2023-02-04 11:06 分类:问答One Set of POCO classes with interchangeable databases
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.[详细]
2023-02-03 01:01 分类:问答Subsonic Delete With Fluent Query Tool
开发者_运维知识库In subsonic 2 we could do this: public static void DeleteTable(SubSonic.TableSchema.Table table)[详细]
2023-02-02 01:25 分类:问答SubSonic LINQ query is 3 times slower than SubSonic.Query.Select
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[详细]
2023-02-01 14:54 分类:问答Saving and updating (SQL Server rows) using SubSonic 3.0 and LINQ
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.).[详细]
2023-01-31 04:58 分类:问答Connections with many databases
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[详细]
2023-01-30 19:25 分类:问答subsonic - convert an linq query to sql query / DataReader
Let\'s say I have a the following query: int x = 5; var result = from p in db.products where p.CategoryId == x[详细]
2023-01-30 17:45 分类:问答Subsonic 3 Newtonsoft JSON "Self referencing loop Exception"
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:[详细]
2023-01-30 14:58 分类:问答
加载中,请稍侯......