Note that there are some explanatory texts on larger screens.

plurals
  1. POBreeze returns navigation properties in the metadata, but not on the entities
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. COI can't tell from your post if your are having a problem with creating an entity or querying for one. But... this post is a little too big to digest. What would really help is a stripped down version of the problem that illustrates the issue. The Breeze zip contains a sample called Doc code that contains a number of unit tests against EF models. If you can repro your issue within this framework, it is highly likely that we can suggest a solution.
      singulars
    2. COI'll have a quick look at the sample and see if I can reproduce the issue. I thought that might be a little too much information, apologies. Essentially if you look at the metadata there are various navigation properties described, but when I either query the metadata on the client side, or try and create an entity, the entities apparently have no navigation properties. (Check the example right at the bottom of the post for creating an ExternalTransactionDataSet - metadata shows navigational properties - entity has none)
      singulars
    3. COSo more research and so far I can only get navigation properties to work if I include the inverse key as a property on the objects. This looks like its related in some way to http://stackoverflow.com/questions/16797195/child-entities-not-populated-without-inverse-property. Or is there some requirements we must adhere to when creating uni-directional mappings?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload