In today’s article, I would like to introduce a new addition to our querying API. The DocumentQuery and ObjectQuery methods are now accompanied by asynchronous counterparts for query execution.
In this article, I will talk about how we enhanced page and object querying in Kentico Xperience 13 and the benefits for custom code.
The article is part of our short series presenting new technical features.
My question comes in two parts. For starters and I will tell you what I first attempted and how that lead to a workaround with a dead end. Hopefully you can tell me how I could of accomplished th...
Hello,I am starting a project (running on Kentico 8.2.13) where we will be utilizing Custom Tables instead of Documents in the tree. We are creating a separate project to represent the abstractions...
I am using Kentico 8.1 and try to join two class tables as below:SELECT * FROM ClassTableA LEFT JOIN ClassTableB ON ClassTableA.Col1 LIKE ClassTableB.Col1 + '%' If I construct this query using Obj...