Steps to reproduce:
- Run the Query Builder in the WPF End-User Designer.
- Click the "Edit Parameters" button to open the Query Parameters.
- Add a new parameter, and type more than 128 characters in the parameter name.
Expected results:
The parameter name validation should fail, since parameters with names that exceed 128 characters are not allowed.
Current results:
The parameter name length is not validated, which may result in a parameter name that is too long.