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?