You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have used the library to create odata service. Create an Entity 'UserType' with a Complex Type 'Address' which has a sub complex type 'Location'.
The data gets saved in the db.
But when i run the command to fetch, the Location always comesempty.
Query i used:
{my url}/UserType?$expand=AddressType/Location
The text was updated successfully, but these errors were encountered:
krakzk
changed the title
Sub Level Complex Type values are stored, but unable to retieve
Sub Level Complex Type values are stored, but unable to retrieve
Mar 15, 2023
Have used the library to create odata service. Create an Entity 'UserType' with a Complex Type 'Address' which has a sub complex type 'Location'.
The data gets saved in the db.
But when i run the command to fetch, the Location always comesempty.
The data in DB :
Query i used:
{my url}/UserType?$expand=AddressType/Location
The text was updated successfully, but these errors were encountered: