I need to pass DbLinq query to RDLDEsigner. RDLDesigner does not accept IQueryable<T>. It accepts SQL select statement in plain text format as data source.
How to get SELECT statement which corresponds to DbLinq query as plain text as it is being sent to server ? How to create method which allows to grab the sql statement which is being passed to DataReader without executing DataReader and opening connection? Something like Northwind.Customers.Select().GetCommandText() Andrus. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
