I am using Subsonic with a Sql开发者_如何转开发Azure database and it\'s working great. I would like to improve my application by implementing the suggested best practice mentioned in this blog article
I\'m trying to do a multiple join to a second column that is referenced from the first join.So in effect find out which stores the product is in.
I went over to the subsonic website and downloaded the version 3.0.0.4. My project 开发者_开发知识库setup went well without errors. I then added the following to access two views in my DB
I am using Subsonic3 and would like to get a Left Outer Join between two tables. Here is the tested SQL
i am using subsonic v.3 to generate my DAL layer in my ASP.NET application with VB.NET(.NET framework 3.5).
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 working against a database that wasn\'t designed by me and in all the tables there is a CreatedBy field that is an int. Now when I generate against this database I get all kinds of errors, becaus
I have recently picked up SubSonic to use in a new vb.net windows app project and so far I really love it! Its a perfect st开发者_JAVA百科art and written in a way, using t4 templates, which leaves it
When I try to update many posts (~50000) using SubSonic 3.0.0.4 after about 25000 updates i get an exception, out of memory. (Windows7, VS10, SQLServer2008R2)
I\'m attempting to filter a GetPaged() result using SubSonic 3.0 but I haven\'t been able to find a way.