I suspect the problem is with code ...that you are not showing.
Before you return it, be sure to fully evaluate your request. For example, instead of just doing:
return studentQry;
Try to do:
return studentQry.ToList();
Edit:
, , , IQueryable<T> IEnumerable<T>, . IQueryable<T> , , "" .
WCF , . IEnumerable<T> , IQueryable<T>. , , .