Hello Mr. Perfect,
I need your help to know about the below code during using Kentico CMS:
QueryDataParameters parameters = new QueryDataParameters();
parameters.Add("@userID", userID);
DataSet ds = ConnectionHelper.ExecuteQuery("CMS.User.GetMyExperts", parameters);
I want to know that Where the Query "CMS.User.GetMyExperts" is defined????
I want to know that What is there is this sql query??? so I that i can see the query results.
I really confused in this because I am new to kentico CMS, and I am working on maintenance of a project.
Pleas help me. Looking forward to hear from you.