Breeze / breeze-client

Breeze for JavaScript clients
MIT License
38 stars 16 forks source link

Allow property paths with subtype #38

Open tschettler opened 3 years ago

tschettler commented 3 years ago

OData 3 supports filtering on subtypes by using syntax such as follows: Order/Northwind.Models.InternationalOrder/ExciseTax

This change allows for this type of filtering.

Added a getSubtype method to EntityType.

See Breeze/breeze.js#195 for original PR.