Hi > On 12.07.2013 22:25, Robert Jordan wrote: >> To me, it looks like you want to inflate & invoke to ToList >> on ObjectSet<Data.Employee> which doesn't sound quite right to me. > > I'm rephrasing this :) > > It looks like you're inflating ToList with ObjectSet<Data.Employee> > instead of Data.Employee. You're supposed to inflate it with > Data.Employee and invoke it with an object that implements > IEnumerable<Data.Employee>, e.g. your ObjectSet<Data.Employee>.
OK. I get it now. I had the cart before the horse. Can I obtain the generic template type from my ObjectSet MonoObject pointer rather than having to obtain it from a const char*. I am trying to write a "generic" routine for calling generic methods. Jonathan
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
