Posts by Ricardo Pieper • 116 points
1 post
-
0
votes2
answers822
viewsA: How to return more than one database Entity in a LIST?
I believe your problem is to return this List from a method. You are doing a query, whose type is a anonymous type. You cannot create a method that returns a list of an anonymous type. I suggest you…