diff --git a/data/en/cfparam.json b/data/en/cfparam.json index ae05f7127..9632e1bb8 100644 --- a/data/en/cfparam.json +++ b/data/en/cfparam.json @@ -45,6 +45,13 @@ "code": "param someVar; //declare the param\nparam someVar=5; //declare the param with a default value\nparam numeric someVar=3.1415; //declare the param with adefault value and set the type", "result": "", "runnable": true + }, + { + "title": "cfparam using type=\"query\"", + "description": "How to use cfparam with a query object.", + "code": "\n\n\n\n\n \n \n\n \n \n\n \n \n \n \n\n \n \n \n\n\n\n", + "result": "", + "runnable": false } ] }