Page 1 of 1

Entity framework: Does MyDirect supports inherited entities?

Posted: Mon 29 Sep 2008 14:45
by Marcel_NL
Does MyDirect supports inherited entities in the Entity framework? I tried to make a test application with a table and a base table, but only the base table was filled with data. The properties of the derived table where empty. The base table and derived table are different tables in the database. There is a one-to-one relation between those tables.

Thanks in advance,
Marcel

Posted: Tue 30 Sep 2008 12:10
by Shalex
MyDirect .NET supports inherited entities in EF. You can work with inherited entities in the same way as in SqlClient. If you are experiencing some difficulties with using it, please make a detailed description to allow us to reproduce the problem.