Query Dynamic Data using Fluent API
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
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