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.
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.
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
i´m using LINQ with the subsonic in a class to get my data here is the code below: public IQueryable<Veiculo> SelecionaVeiculosSite()
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.
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?
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)
Is it possible to do something like this in SubSonic3? _db.Update<Product>() .Set(\"UnitPrice\") .EqualTo(UnitPrice + 5)
I\'ve run into a problem when using SubSonic 3(.0.0.3) ActiveRec开发者_开发百科ord with MySQL.
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.