subsonic3
calculate distance with linq or subsonic
i have this MySQL statement from a search page, the user enters there postcode and it finds the nearest stiocklist within 15 MIles of the entered postcode.[详细]
2022-12-21 19:28 分类:问答SubSonic 3 Class Table name generate issue
i´m a novice in the Subsonic, and i have a isseu about the way how it work´s. When subsonic generate de .cs file for default the name of the classes comes in LowerCase.[详细]
2022-12-21 10:37 分类:问答Subsonic 3 Linq Documentation
I\'m started looking at Subsonic just yesterday and having trouble figuring out how to do even the most basic tasks.I\'ve watched the demos for ActiveRecord and SimpleRepository, but they don\'t fit w[详细]
2022-12-21 03:01 分类:问答Subsonic 3 Foreign Key with Class relationship issue
i´m using LINQ with the subsonic in a class to get my data here is the code below: public IQueryable<Veiculo> SelecionaVeiculosSite()[详细]
2022-12-21 02:39 分类:问答How can I automate the t4 code generation for SubSonic
I\'m using SubSonic 3 (ActiveRecord mode) to generate the code for my DAL. It uses T4 templates (.tt) files that as soon as you save, generate the code for you.[详细]
2022-12-20 22:23 分类:问答Asp.net MVC and Subsonic 3 installation
I am new to Subsonic3. Want to create a project using MVC and subsonic 3. I am not sure how to install subsonic3 in my web application?[详细]
2022-12-20 15:19 分类:问答VS2008 T4 Subsonic Error on DBs with many tables System.Runtime.Remoting.RemotingException
At a consulting assignment they are using Subsonic 3.x (latest) which uses the T4 Code Templating Engine (rather than CodeSmith like 2.x did)[详细]
2022-12-20 13:58 分类:问答SubSonic3 Update Question
Is it possible to do something like this in SubSonic3? _db.Update<Product>() .Set(\"UnitPrice\") .EqualTo(UnitPrice + 5)[详细]
2022-12-20 09:39 分类:问答SubSonic 3 and MySQL, removing underscore from column name in CleanUp() method causes exceptions when using property in linq-query
I\'ve run into a problem when using SubSonic 3(.0.0.3) ActiveRec开发者_开发百科ord with MySQL.[详细]
2022-12-20 07:41 分类:问答How to use Scaffoling from SS2 in SubSonic 3.0?
I just started using SubSonic ver 3.0 and I am not able to find sufficient info on the scaffolding feature. I understand scaffolding is included in version 2.x but can be used with 3.x also.[详细]
2022-12-20 06:50 分类:问答