I have referenced businesslogic dll in my project and tried to access the SqlHelper type from the namespace "umbraco.BusinessLogic.Application.SqlHelper" but SqlHelper is not showing any functions. Could anyone help me to find the issue?
I got the issue. I have to reference umbraco.DataLayer dll also. This did the trick. But now i didn't find the function to call stored procedures using the executenonquery or any public functions. Is this possible?
Umbraco SqlHelper
How can i use the SqlHelper class in my project.
I have referenced businesslogic dll in my project and tried to access the SqlHelper type from the namespace "umbraco.BusinessLogic.Application.SqlHelper" but SqlHelper is not showing any functions. Could anyone help me to find the issue?
I am using umbraco version 4.7.1.1
I got the issue. I have to reference umbraco.DataLayer dll also. This did the trick. But now i didn't find the function to call stored procedures using the executenonquery or any public functions. Is this possible?
is working on a reply...