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>.

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to