It seems that VS2012 Light Switch has removed the [Table_Name]_All_PreprocessQuery option from the drop down menu of “Write Code” for a table in the designer which is available in VS2010 + Light Switch 2.0.
Can we do similar with VS2012?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The All_PreProcessQuery method has been deprecated in favor of the Filter method. However, even though it’s no longer available in the Write Code dropdown, you can still write the method manually.