Trying to avoid the use of ODBC. I use Linq mostly, but there are some cases where I need a more dynamic result. Is it possible to create an object of type "DynamicObject", pass it into "ExecuteQuery<TResult>()", and create the data members "on the fly" as they are queried (as "TryGetMember" is called)?
-- 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.
