admin
-
8/22/2005 5:08:54 PM
Re: How to call a query pr storeprocedure defined in Kentico
Hi,
you need to add Import Kentico.CMS.TreeEngine and then use the following code:
dim tree as TreeProvider = Functions.GetTreeProvider() dim ds as DataSet = tree.GeneralConnection.ExecuteQuery("... query name ...", params)
The query needs to be specified in the CMSDesk -> Development -> ... unfold some document template ... -> Queries.
Should you need some details, please feel free to contact me.
Best Regards,
|