Use the Log property of the DataContext class to output SQL statements generated by LinqConnect. Assign any TextWriter descendant to it, and SQL statement will be logged by this TextWriter. For example you may assign Console.Out or Debug.Out TextWriter to it, or StreamWriter that writes to the file.
The console output will contain the following:SELECT t1."ProductName" AS "ProductName", t1."Price", t2."CategoryName" AS "CategoryName" FROM CRM_DEMO."Products" t1 LEFT OUTER JOIN CRM_DEMO."ProductCategories" t2 ON t1."CategoryID" = t2."CategoryID"
Borland UK CodeGear Division Alpha Bank ... Orderbase Consulting Gmbh