Is there a way to extract the SQL which is run against the database from a bit of subsonic?For instance I have
Hey All! I\'m trying to construct a query that is something like this: Where column = \"value\" AND column2 = \"value\" AND (column3 = \"value\" OR column4 = \"value\")
We\'ve come across an issue when we open our application and run a Subsonic Select the select takes a while to return data. Any subsequent calls to the same select run very quickly. The equivilent T-S
I am trying to call OrderBy() using a custom IComparer on a SubSonic IQueryable like so: IQueryable<FooObject>开发者_如何学Python sortedFoos =
In Subsonic 2 I played around with the Scaffold controls to build some quick and dirty admin pages.I need to do the same again but am using Subsonic 3 where I don\'t see Scaffold anywhere.
Hi im using subsonic 3.0.0.3 activeRecord but cant seems to figure between ! select * from orders where orderdate between startdate, enddate;
I have an application I am converting over from vb6 to vb.net 2.0/3.5. Using Subsonic 2.2 and the vb.net Interop Toolkit 2005. Cannot seem to get the .net form using subsonic to work inside the intero
The construtor \'Void .ctor(System.Guid, Int32)\' is not supported. this error occured with the following statements:
Linq2SQL has the great开发者_Go百科 Log property to see what the actual SQL statements that it is generating. Does SubSonic 2.2 have something similar to this?http://www.e-webdevelopers.com/268/view-t
In subsonic v2 I can use inline query for full text search in sql server 2008, like this: DB.Query().ExecuteTypedList<Product>(\"select * from Product where contains(*, @order)\", queryString);