SameTableNameException Class
An exception that is thrown when two persistent classes are mapped to the same table.
Namespace: DevExpress.Xpo.Exceptions
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
A persistent class can be mapped to a specific table in a data store via the PersistentAttribute attribute. This exception is thrown if two classes exist that are mapped to the same table.
Solution:
- map different classes to different tables.
A persistent class, that is a descendant of another persistent class, can be mapped to the table to which its ancestor is mapped using the MapInheritanceAttribute attribute.