Пример #1
0
        [HttpGet]// Load chhid line data of the line number specified with the configuration of the current view
        public string GetCustomJsonLine(int ID_View, string TableName, int IdDataSource, int idTreeview)
        {
            SQLServerManager SQL          = new SQLServerManager(SqlCnxStr);
            string           JsonTreeview = SQL.SP_GetCustomJsonLine(SqlCnxStr, ID_View, TableName, IdDataSource, idTreeview);

            return(JsonTreeview);
        }