Ive been using subcommander to generate my dal.Im using vb.net and sqlexpress and .net 3.5 My webconfig looks like this
I understand Subsonic 3.0 is the latest and greatest, and I understand Subsonic 3.0 has T4 templates.
This doesn\'t make much sense to me.We had this happen twice recently when generating SubSonic objects for a database table or view columns got renamed to ColumnX.The first time it made sense because
I am trying to sort (ORDER BY ) a subsonic DAL collection New templateController.FetchAll().开发者_JAVA技巧OrderByDesc(\"Name\")
I\'ve been using SubSonic 2 & 2.2 for a few years now with Sql Server. For my new job I just recently used SubSonic 2.2 with Oracle and ran into a few small issues.
I have a table called Group_Focus and when we generated our code with Subsonic 2.2 it\'s calling the object GroupFocu while the files are named GroupFocu.cs and GroupFocuController.cs.Is there anyway
I have a SQL server with 50 databases. Each one has the exact same schema. I used the awesome Subsonic 2.2 create the DAL based on one of them.
I\'m playing with Migrations and created a simple migration like public class Migration001 : Migration
Anyone know why Subsonic 2.2 uses System.Data.SQLite version 1.0.60.0 instead of the latest version 1.0.65.0? ie is it just becaus开发者_运维知识库e that\'s when it was released or is there anything i
I\'m using SubSonic 2.2 and sqlite and have encountered a problem when dealing with tables with an INTEGER PRIMARY KEY column that isn\'t AUTOINCREMENT. According to the faq: