Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Customize Query
posted

Is there anyway to customize the Query expression tree before it's executed against the IQueryable data source in the Controller?

Im assuming this is currently done inside the ComboDataSourceAction attribute, and it uses the values from the QueryString on the filter parameter.

I need to customize the query because I want to leverage LinqToEntities against multiple fields in a database table.

Thanks.

Jean

Parents Reply Children
No Data