imgen
imgen

Reputation: 3133

How to do preprocess for all queries in VS2012 LightSwitch?

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?

Upvotes: 2

Views: 510

Answers (1)

Yann Duran
Yann Duran

Reputation: 3879

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.

Upvotes: 2

Related Questions