Open tschettler opened 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.
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.