S
Salvatore
Hello,
It seem I am the only one to be concerned by this problem
WHent I try to use QueryInterceptor attribute I have a "RequestError"
like in
[QueryInterceptor("Orders")]
public IQueryable OnQueryOrders(IQueryable orderQuery)
{
return from o in
orderQuery
where o.Customers.ContactName
== .Current.User.Identity.Name select o; }
Does anybody have already use this feature ?
Regards
Salvatore
It seem I am the only one to be concerned by this problem
WHent I try to use QueryInterceptor attribute I have a "RequestError"
like in
[QueryInterceptor("Orders")]
public IQueryable OnQueryOrders(IQueryable orderQuery)
{
return from o in
orderQuery
where o.Customers.ContactName
== .Current.User.Identity.Name select o; }
Does anybody have already use this feature ?
Regards
Salvatore