Query Dynamic Data using Fluent API

Posted by Community Admin on 05-Aug-2018 16:05

Query Dynamic Data using Fluent API

All Replies

Posted by Community Admin on 02-Oct-2013 00:00

Is it possible to query dynamic data using the Fluent API?  I can see how to create new content types, but don't see how to query.  

Also, can you create a query or IQueryable result set using the native API which joins two dynamic modules?  ie, customers and orders 

Posted by Community Admin on 07-Oct-2013 00:00

Hi Michael,

At the moment there is no Fluent API for dynamic modules. The modules you create with the Module Builder are dynamic modules. When you create such a module a code reference is generated. You can use it freely with the native API.

You could get all the items from the first module and all the items from the second module and add then to a list for example.

Regards,
Stefani Tacheva
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed