I'm stuck in retrieving data for inherited properties from database.I'm using SQL query to retrieve data and able to get data related to child nodes like the custom properties related to child nodes. When it comes to retrieving data related to properties that child node inherits from its parent nodes, I'am stuck. Please help. Is there any other option of retrieving data.
Retrieving data related to inherited properties
Hi,
I'm stuck in retrieving data for inherited properties from database.I'm using SQL query to retrieve data and able to get data related to child nodes like the custom properties related to child nodes. When it comes to retrieving data related to properties that child node inherits from its parent nodes, I'am stuck. Please help. Is there any other option of retrieving data.
Thanks
Manasa
is there a reason you are doing it directly from SQL?
If you need it in SQL post the query you have so far and i'll take a look if you like.
Hi Damian,
I solved it. Just used Umbraco API.It solved all problems i had.
Thanks a lot :)
Good stuff. The new Service API is great for tasks like this.
:)
is working on a reply...