Quantcast
Channel: how to convert list to IEnumerable? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Kenneth for how to convert list to IEnumerable?

The problem here isn't that you need to convert from List to IEnumerable. The problem is that you're trying to convert from List<tblSoftwareImageTestPlan> to...

View Article



Answer by Sergey Berezovskiy for how to convert list to IEnumerable?

Problem is not in convertation of List<T> to IEnumerable<T>. Becuase List<T> implements IEnumerable<T>. Your problem is that generic parameters are different. You are trying to...

View Article

Answer by Darren for how to convert list to IEnumerable?

You're returning two different object types: tblSoftwareImageTestPlan - Which resides in your Entity Framework model SoftwareImageTestPlan - Which resides in your Qlasr Schema Models Therefore when you...

View Article

Image may be NSFW.
Clik here to view.

how to convert list to IEnumerable?

I have the following function in which should return an IEnumerable type?how do I convert list to IEnumerable? and return an empty IEnumerable? public IEnumerable<SoftwareImageTestPlan>...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images