WCF data services (OData), query with inheritance limitation?
- by Mathieu Hétu
Project: WCF Data service using internally EF4 CTP5 Code-First approach.
I configured entities with inheritance (TPH).
See previous question on this topic:
Previous question about multiple entities- same table
The mapping works well, and unit test over EF4 confirms that queries runs smoothly.
My entities looks like this:
ContactBase…