Entity framework: Does MyDirect supports inherited entities?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Marcel_NL
Posts: 3
Joined: Fri 25 Jul 2008 07:38

Entity framework: Does MyDirect supports inherited entities?

Post by Marcel_NL » Mon 29 Sep 2008 14:45

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 30 Sep 2008 12:10

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.

Post Reply