araies

Results 2 comments of araies

@keatkeat87 , i think there's a typo in your comment, > My Controller Action -- return IQueryable ``` public ActionResult GetPeople() { return db.People; } ``` Do you mean ,...

> ActionResult @julealgon , Indeed, its works with EF dbset, in my sample code i'm working on an IQueryable not a dbSet and my code dosen't compile. I've tried the...