Using Entity Framework with Custom table
-
Tuesday, May 15, 2012 8:06 PM
Hi,
I have a third party DLL that return an object like a table with rows and column. i want to translate this into an entity framework. how can I do this.
All Replies
-
Tuesday, May 15, 2012 8:14 PM
Hi HHHOnline;
It is hard to answer a question like this without having much more information. If you take a look at the properties it exposes see if there is one called DataSource, normally this property will except the results of a Linq query.
Fernando (MCSD)
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful". -
Thursday, May 17, 2012 2:13 AMModerator
Hi HHHOnline,
Welcome to MSDN Forum.
I'd appreciate if you can post some code about the returned object here. This is, so we can help you more effectively.
Best Regards
Allen Li [MSFT]
MSDN Community Support | Feedback to us
-
Wednesday, May 30, 2012 10:04 PM
i don't have any code yet, I am still trying to figure out how to do this. I've been trying to research on this problem.
Basically, I dont' have a database. my datasource is going to be a custom object.

