The inheritance type does not define a table name

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
MichaelH
Posts: 6
Joined: Tue 22 Nov 2011 20:57

The inheritance type does not define a table name

Post by MichaelH » Thu 01 Mar 2012 23:18

UserDTO inherits from BaseDTO.

Xml mapping as follows:
























InvalidOperationException: The inheritance type 'UserDTO' does not define a table name.

MichaelH
Posts: 6
Joined: Tue 22 Nov 2011 20:57

wrong xml format

Post by MichaelH » Fri 02 Mar 2012 10:10

The mapping xml was missing some attributes.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Post by MariiaI » Sat 03 Mar 2012 14:30

Thank you for your report. We have reproduced the problem.
We will investigate it and notify you about the results as soon as possible.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: The inheritance type does not define a table name

Post by MariiaI » Wed 30 May 2012 07:26

We have released LinqConnect version 4.0, including major improvements and refactored engine: http://forums.devart.com/viewtopic.php?f=3&t=24182
In particular, loading of metadata was refactored, so the possible problems with inheritance have been fixed.

Post Reply