Skip to main content

can we query sharepoint list smart object like the query below.

 

SELECT * FROM Master_2.Get_List_Items WHERE DocumentID in (24401,25317)

 

can we create query based smartobject for sharepoint 2010?

I believe SmartObjects can be executed using ADO Query:


https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#ADO_NET_Provider.htm


 


Is this perhaps what you are looking for?


Reply