[Mono-list] Embedded API: Method signature not found with generic parameter

Robert Jordan robertj at gmx.net
Fri Jul 12 20:32:54 UTC 2013


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



More information about the Mono-list mailing list