Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6390543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:33:36+00:00 2026-05-25T03:33:36+00:00

I am trying to implement table per hierarchy inheritance with some of my database

  • 0

I am trying to implement table per hierarchy inheritance with some of my database tables, e.g Address. I want to derive 3 classes from Address, these are EmployeeAddress, CustomerAddress, SupplierAddress.

+-------------------+------------------------+
| Address           |> EmployeeAddress       |
+-------------------+------------------------+
| ID                | ..                     |
| OwnerID           | EmployeeID             |
| OwnerCategory     | (condition: where = 0) |
| Street_1          | ..                     |
| Street_2          | ..                     |
| City              | ..                     |
| Province          | ..                     | 
| PostalCode        | ..                     |
+-------------------+------------------------+
                    |> CustomerAddress       |
                    +------------------------+
                    | ..                     |
                    | EmployeeID             |
                    | (condition: where = 1) |
                    | ..                     |
                    | ..                     |
                    | ..                     |
                    | ..                     | 
                    | ..                     |
                    +------------------------+
                    |> SupplierAddress       |
                    +------------------------+
                    |  ..                    |
                    | EmployeeID             |
                    | (condition: where = 2) |
                    | ..                     |
                    | ..                     |
                    | ..                     |
                    | ..                     | 
                    | ..                     |
                    +------------------------+

The problem is I keep getting errors…

When Address is concrete, and contains the OwnerCategory property:

Error 3032: Problem in mapping fragments starting at line
178:Condition member ‘addresses.OwnerCategory’ with a condition other
than ‘IsNull=False’ is mapped. Either remove the condition on
addresses.OwnerCategory or remove it from the mapping.

When Address is abstract and contains the OwnerCategory property:

Problem in mapping fragments starting at line 178:Condition member
‘addresses.OwnerCategory’ with a condition other than ‘IsNull=False’
is mapped. Either remove the condition on addresses.OwnerCategory or
remove it from the mapping.

When Address is concrete, and does not contain the OwnerCategory property:

‘DtcInvoicer.Database.Address’ does not contain a definition for
‘OwnerCategory’ and no extension method ‘OwnerCategory’ accepting a
first argument of type ‘DtcInvoicer.Database.Address’ could be found
(are you missing a using directive or an assembly reference?)

and

Problem in mapping fragments starting at lines 177, 195:EntityTypes
Model.Address, Model.EmployeeAddress are being mapped to the same rows
in table addresses. Mapping conditions can be used to distinguish the
rows that these types are mapped to.

(I already have the condition set (when OwnerCategory = 0)

When Address is abstract and does not contain the OwnerCategory property:

‘DtcInvoicer.Database.Address’ does not contain a definition for
‘OwnerCategory’ and no extension method ‘OwnerCategory’ accepting a
first argument of type ‘DtcInvoicer.Database.Address’ could be found
(are you missing a using directive or an assembly reference?)

Any help is appreciated, thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:33:37+00:00Added an answer on May 25, 2026 at 3:33 am

    Since you are using OwnerCategory in the condition for your inheritance it can’t be mapped to a property. It also looks like you should also have Address set to abstract. Make sure you delete the property from your model and amend any code that was using it. The non mapping errors you mention appear to be the standard error when the compiler can’t find a specific member so be sure to fix those spots.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.