Skip to content

Support complex type with navigation property #15

Closed
@xuzhg

Description

@xuzhg

Do we support the navigation property in complex type?

For example:

Entity Type (AddressInfo)
  |- ID (Edm.Int32)

Complex Type (Address)
    |- City (Edm.String)
    |- Street (Edm.String)
    |- AddressInfo (AddressInfo)

Entity Type (Customer)
   -> ID (Edm.Int32)
   -> Location (Address)
   -> Locations (Collection(Address))

EntitySet (Customers -> Customer)

So, the path:

~/Customers/{ID}/Location/AddressInfo should be valid.
~/Customers/{ID}/Locations/AddressInfo should be invalid.

Metadata

Metadata

Assignees

Labels

fixedtype:enhancementEnhancement request targeting an existing experience.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions