Page 1 of 1

How to execute an SQL command ?

PostPosted: Mon Oct 13, 2008 8:44 pm
by yanes
Hi... my quest is very simple

Does anyone know how to execute an SQL command directly using Subsonic? For example:

SELECT DISTINCT TOP 100 PERCENT qty FROM [dbo].[sales]

There are one method GetSql() in the SubSonic.Query class that returns the SQL command.
Why there aren't exists one method SetSql()? Do know where is that method or any other equivalent?

PostPosted: Sun Oct 26, 2008 3:08 pm
by sindre_mehus
You're probably looking for http://subsonicproject.com :-)